Skip to content

Commit

Permalink
fix: version compatibility with client library
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohan Bansal committed Jan 12, 2024
1 parent b0e6c37 commit 6edad01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@


class ShopifySettings(Document):
api_version = "2023-10"
api_version = "2023-04"

@staticmethod
@frappe.whitelist()
Expand Down

0 comments on commit 6edad01

Please sign in to comment.