Skip to content

Commit

Permalink
fix: bump shopify api version
Browse files Browse the repository at this point in the history
No breaking changes that affect integration as per: https://shopify.dev/api/release-notes/2022-04
  • Loading branch information
ankush committed Apr 6, 2022
1 parent e70e586 commit 203df24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ repos:
hooks:
- id: black
exclude: ".*setup.py$"
additional_dependencies: ['click==8.0.4']

- repo: https://github.com/timothycrosley/isort
rev: 5.9.1
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 = "2021-04"
API_VERSION = "2022-04"

WEBHOOK_EVENTS = [
"orders/create",
Expand Down

0 comments on commit 203df24

Please sign in to comment.