From 7f438aa67d7ef9e6e8acdd90d35904474bef17ff Mon Sep 17 00:00:00 2001 From: Greg Hoskin Date: Wed, 5 May 2021 12:42:47 -0500 Subject: [PATCH] remove provider --- .env.template | 2 +- commerce.config.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.env.template b/.env.template index 5ebc092d3..9d8a57355 100644 --- a/.env.template +++ b/.env.template @@ -1,5 +1,5 @@ # Available providers: bigcommerce, shopify, swell -COMMERCE_PROVIDER=swell +COMMERCE_PROVIDER= BIGCOMMERCE_STOREFRONT_API_URL= BIGCOMMERCE_STOREFRONT_API_TOKEN= diff --git a/commerce.config.json b/commerce.config.json index ab9497fd3..06b985504 100644 --- a/commerce.config.json +++ b/commerce.config.json @@ -1,5 +1,4 @@ { - "provider": "swell", "features": { "wishlist": false, "customCheckout": false