From c52d78f5a0d80e5578f03e8eb1b8da4760a87a69 Mon Sep 17 00:00:00 2001 From: Isiko Saidiali <54436062+SaidiAli@users.noreply.github.com> Date: Mon, 29 Mar 2021 14:53:49 +0300 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 885c95e85..25227b3f2 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,11 @@ First, update the provider selected in `commerce.config.json`: } } ``` +Add your provider to the list of supported providers in `framework/commerce/with-config.js`: + +``` +const PROVIDERS = ['bigcommerce', 'shopify', 'your-provider'] +``` Then, change the paths defined in `tsconfig.json` and update the `@framework` paths to point to the right folder provider: