Skip to content

Commit

Permalink
Merge pull request #36 from Alchez/fix-shopify-version
Browse files Browse the repository at this point in the history
fix: update Shopify API version
  • Loading branch information
Alchez authored May 10, 2022
2 parents 4a3edd3 + 4439ac9 commit 474a0a8
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~=10.0.0
ShopifyAPI~=11.0.0
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@


class ShopifySettings(Document):
api_version = "2021-01"
api_version = "2022-04"

@staticmethod
@frappe.whitelist()
Expand Down

0 comments on commit 474a0a8

Please sign in to comment.