fix: update Shopify API version

This commit is contained in:
Chloe
2024-04-15 12:34:56 +07:00
parent 68a988e466
commit 746a0fcd03
3 changed files with 2 additions and 7 deletions

View File

@@ -28,4 +28,4 @@ export const TAGS = {
export const HIDDEN_PRODUCT_TAG = 'nextjs-frontend-hidden';
export const DEFAULT_OPTION = 'Default Title';
export const SHOPIFY_GRAPHQL_API_ENDPOINT = '/api/2023-04/graphql.json';
export const SHOPIFY_GRAPHQL_API_ENDPOINT = '/api/2024-04/graphql.json';