mirror of
https://github.com/vercel/commerce.git
synced 2025-05-17 15:06:59 +00:00
Turn customCheckout, wishlist, customerAuth features on. Add vendors to features
This commit is contained in:
parent
87134e2990
commit
863b1bc8fb
@ -5,6 +5,7 @@
|
||||
"cart": true,
|
||||
"search": true,
|
||||
"customerAuth": true,
|
||||
"customCheckout": false
|
||||
"customCheckout": true,
|
||||
"vendors": true
|
||||
}
|
||||
}
|
||||
|
@ -2,8 +2,9 @@
|
||||
"features": {
|
||||
"cart": true,
|
||||
"search": true,
|
||||
"wishlist": false,
|
||||
"customerAuth": false,
|
||||
"customCheckout": false
|
||||
"wishlist": true,
|
||||
"customerAuth": true,
|
||||
"customCheckout": true,
|
||||
"vendors": true
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user