Update README.md

This commit is contained in:
Isiko Saidiali 2021-03-29 14:53:49 +03:00 committed by GitHub
parent b5ba5e76be
commit c52d78f5a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: Then, change the paths defined in `tsconfig.json` and update the `@framework` paths to point to the right folder provider: