Skip to content

Commit

Permalink
Merge pull request #255 from frappe/develop
Browse files Browse the repository at this point in the history
chore: release
  • Loading branch information
ankush authored Jul 7, 2023
2 parents f346383 + d0fb890 commit a524ec9
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 a524ec9

Please sign in to comment.