forked from crowetic/commerce
Fix typo and add missing feature to local config (#582)
* Add customCheckout feature flag to local config * Fix typo
This commit is contained in:
parent
82cb719ad6
commit
950a7637a5
@ -93,7 +93,7 @@ const CheckoutSidebarView: FC = () => {
|
||||
<span>{total}</span>
|
||||
</div>
|
||||
<div>
|
||||
{/* Once data is correcly filled */}
|
||||
{/* Once data is correctly filled */}
|
||||
<Button
|
||||
type="submit"
|
||||
width="100%"
|
||||
|
@ -4,6 +4,7 @@
|
||||
"wishlist": false,
|
||||
"cart": false,
|
||||
"search": false,
|
||||
"customerAuth": false
|
||||
"customerAuth": false,
|
||||
"customCheckout": false
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user