Skip to content

Commit

Permalink
feat: update api version and library version (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
MyuddinKhatri authored Feb 16, 2024
1 parent e9f21af commit e02cc97
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.3.0
ShopifyAPI~=12.4.0
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@


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

@staticmethod
@frappe.whitelist()
Expand Down

0 comments on commit e02cc97

Please sign in to comment.