Skip to content

Commit

Permalink
fix: bump shopify API version (#254)
Browse files Browse the repository at this point in the history
* fix: bump shopify API version

* ci: node18
  • Loading branch information
ankush authored Jul 7, 2023
1 parent 8b8251a commit d0fb890
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: 14
node-version: 18
check-latest: true

- name: Add to Hosts
Expand Down
2 changes: 1 addition & 1 deletion ecommerce_integrations/shopify/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
SETTING_DOCTYPE = "Shopify Setting"
OLD_SETTINGS_DOCTYPE = "Shopify Settings"

API_VERSION = "2022-04"
API_VERSION = "2023-07"

WEBHOOK_EVENTS = [
"orders/create",
Expand Down

0 comments on commit d0fb890

Please sign in to comment.