Skip to content

Commit

Permalink
Merge pull request frappe#311 from frappe/develop
Browse files Browse the repository at this point in the history
chore: release
  • Loading branch information
ankush authored Mar 27, 2024
2 parents c4db7c0 + 0eeef5e commit 1465cfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 = "2023-04"
API_VERSION = "2024-01"

WEBHOOK_EVENTS = [
"orders/create",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ readme = "./README.md"
dynamic = ["version"]

dependencies = [
"ShopifyAPI==12.3.0", # update after resolving pyjwt conflict in frappe
"ShopifyAPI==12.4.0", # update after resolving pyjwt conflict in frappe
"boto3~=1.28.10",
]

Expand Down

0 comments on commit 1465cfe

Please sign in to comment.