4
0
forked from crowetic/commerce

Update README.md with correct Shopify provider variable value (#697)

This commit is contained in:
B 2022-03-02 10:51:31 +01:00 committed by GitHub
parent ddc6f83c2e
commit bbe97ab0cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,7 +49,7 @@ Open `site/.env.local` and change the value of `COMMERCE_PROVIDER` to the provid
The setup for Shopify would look like this for example:
```
COMMERCE_PROVIDER=shopify
COMMERCE_PROVIDER=@vercel/commerce-shopify
NEXT_PUBLIC_SHOPIFY_STOREFRONT_ACCESS_TOKEN=xxxxxxxxxxxxxxxxxxxxxxxxxxxx
NEXT_PUBLIC_SHOPIFY_STORE_DOMAIN=xxxxxxx.myshopify.com
```