From b0cac33addbfb763accbbaf0ccdaf126faa136ed Mon Sep 17 00:00:00 2001 From: okbel Date: Thu, 25 Feb 2021 19:24:55 -0300 Subject: [PATCH] changes --- commerce.config.json | 5 +---- framework/bigcommerce/.env.template | 6 ++++++ framework/shopify/.env.template | 2 ++ 3 files changed, 9 insertions(+), 4 deletions(-) create mode 100644 framework/bigcommerce/.env.template create mode 100644 framework/shopify/.env.template diff --git a/commerce.config.json b/commerce.config.json index 1c14a53f5..01d7fa69e 100644 --- a/commerce.config.json +++ b/commerce.config.json @@ -1,6 +1,3 @@ { - "provider": "bigcommerce", - "features": { - "wishlist": false - } + "provider": "shopify" } diff --git a/framework/bigcommerce/.env.template b/framework/bigcommerce/.env.template new file mode 100644 index 000000000..43e85c046 --- /dev/null +++ b/framework/bigcommerce/.env.template @@ -0,0 +1,6 @@ +BIGCOMMERCE_STOREFRONT_API_URL= +BIGCOMMERCE_STOREFRONT_API_TOKEN= +BIGCOMMERCE_STORE_API_URL= +BIGCOMMERCE_STORE_API_TOKEN= +BIGCOMMERCE_STORE_API_CLIENT_ID= +BIGCOMMERCE_CHANNEL_ID= diff --git a/framework/shopify/.env.template b/framework/shopify/.env.template new file mode 100644 index 000000000..24521c2a1 --- /dev/null +++ b/framework/shopify/.env.template @@ -0,0 +1,2 @@ +SHOPIFY_STORE_DOMAIN= +SHOPIFY_STOREFRONT_ACCESS_TOKEN=