From 2160264d60daeffd859935244bd404d7b41ebf74 Mon Sep 17 00:00:00 2001 From: Loan Laux Date: Wed, 7 Jul 2021 14:41:26 +0300 Subject: [PATCH] enable customerAuth Signed-off-by: Loan Laux --- commerce.config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commerce.config.json b/commerce.config.json index 354fb78f0..2c2f7d2c2 100644 --- a/commerce.config.json +++ b/commerce.config.json @@ -4,7 +4,7 @@ "cart": true, "search": true, "wishlist": false, - "customerAuth": false, + "customerAuth": true, "customCheckout": true } }