commerce/packages/spree/commerce.config.json
2022-01-14 20:44:48 -05:00

11 lines
161 B
JSON

{
"provider": "spree",
"features": {
"wishlist": true,
"cart": true,
"search": true,
"customerAuth": true,
"customCheckout": false
}
}