diff --git a/requirements.txt b/requirements.txt index d6edb30..e304649 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ # frappe # https://github.com/frappe/frappe is installed during bench-init # erpnext # https://github.com/frappe/erpnext is installed during bench-init -ShopifyAPI~=12.0.1 +ShopifyAPI~=12.3.0 diff --git a/shopify_integration/shopify_integration/doctype/shopify_settings/shopify_settings.py b/shopify_integration/shopify_integration/doctype/shopify_settings/shopify_settings.py index f6db069..9326487 100644 --- a/shopify_integration/shopify_integration/doctype/shopify_settings/shopify_settings.py +++ b/shopify_integration/shopify_integration/doctype/shopify_settings/shopify_settings.py @@ -34,7 +34,7 @@ class ShopifySettings(Document): - api_version = "2023-10" + api_version = "2023-04" @staticmethod @frappe.whitelist()