Merge branch 'master' of github.com:vercel/commerce

This commit is contained in:
okbel
2021-05-26 17:44:16 -03:00
2 changed files with 101 additions and 0 deletions

View File

@@ -16,6 +16,8 @@ function getProviderName() {
? 'bigcommerce'
: process.env.NEXT_PUBLIC_SHOPIFY_STORE_DOMAIN
? 'shopify'
: process.env.NEXT_PUBLIC_SWELL_STORE_ID
? 'swell'
: null)
)
}