4
0
forked from crowetic/commerce
commerce/framework/local/commerce.config.json
Chris Vibert 950a7637a5
Fix typo and add missing feature to local config (#582)
* Add customCheckout feature flag to local config

* Fix typo
2021-11-29 10:52:43 -03:00

11 lines
165 B
JSON

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