commerce/commerce.config.json
Loan Laux 2160264d60
enable customerAuth
Signed-off-by: Loan Laux <loan@outgrow.io>
2021-07-07 14:41:26 +03:00

11 lines
172 B
JSON

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