From dac03111de2a5aaa72a2bcfe04ae9a0138eb046b Mon Sep 17 00:00:00 2001 From: Bel Curcio Date: Tue, 8 Mar 2022 18:05:42 +0100 Subject: [PATCH] Removing extra config to disable BigCommerce --- site/commerce.config.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/site/commerce.config.json b/site/commerce.config.json index b8d1aacd3..ad72b58de 100644 --- a/site/commerce.config.json +++ b/site/commerce.config.json @@ -5,11 +5,5 @@ "wishlist": false, "customerAuth": false, "customCheckout": false - }, - "@vercel/commerce-bigcommerce": { - "features": { - "wishlist": true, - "customerAuth": true - } } }