Skip to content

Commit

Permalink
Update version api shopify (vercel#495)
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardoWAOF authored Sep 23, 2021
1 parent fd10eba commit 08f9cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/shopify/const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ export const STORE_DOMAIN = process.env.NEXT_PUBLIC_SHOPIFY_STORE_DOMAIN

export const SHOPIFY_COOKIE_EXPIRE = 30

export const API_URL = `https://${STORE_DOMAIN}/api/2021-01/graphql.json`
export const API_URL = `https://${STORE_DOMAIN}/api/2021-07/graphql.json`

export const API_TOKEN = process.env.NEXT_PUBLIC_SHOPIFY_STOREFRONT_ACCESS_TOKEN

0 comments on commit 08f9cc5

Please sign in to comment.