Updates to Checkout

This commit is contained in:
Bel Curcio
2021-05-27 14:34:03 -03:00
parent 7c1344a19e
commit 285a98f46c
3 changed files with 2 additions and 15 deletions

View File

@@ -131,7 +131,7 @@ const CartSidebarView: FC = () => {
<span>{total}</span>
</div>
<div>
{process.env.COMMERCE_CHECKOUT_ENABLED ? (
{process.env.COMMERCE_CUSTOMCHECKOUT_ENABLED ? (
<Button
Component="a"
width="100%"