Skip to content

Commit

Permalink
Merge pull request #21 from BKWLD/api-to-2023-04
Browse files Browse the repository at this point in the history
Update API to 2023-04
  • Loading branch information
weotch authored Apr 28, 2023
2 parents 79d99af + 9a7245d commit 5b392f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ export default class ShopifyGtmInstrumentor
# Query Storefront API
queryStorefrontApi: (payload) ->
response = await axios
url: "#{@storeUrl}/api/2022-10/graphql"
url: "#{@storeUrl}/api/2023-04/graphql"
method: 'post'
headers:
'Accept': 'application/json'
Expand Down

0 comments on commit 5b392f6

Please sign in to comment.