From 728ead104dbdf3d17ddd5c892e61ef9e61ec76f4 Mon Sep 17 00:00:00 2001 From: Richard Propst Date: Wed, 29 Sep 2021 15:21:52 -0700 Subject: [PATCH] Updating features --- commerce.config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/commerce.config.json b/commerce.config.json index ad72b58de..6fb526aaf 100644 --- a/commerce.config.json +++ b/commerce.config.json @@ -2,8 +2,8 @@ "features": { "cart": true, "search": true, - "wishlist": false, - "customerAuth": false, - "customCheckout": false + "wishlist": true, + "customerAuth": true, + "customCheckout": true } }