Skip to content

Commit 78b2148

Browse files
authored
Bump api version for product, order, shipping discount functions
1 parent e922262 commit 78b2148

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

discounts/javascript/order-discounts/default/shopify.extension.toml.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
api_version = "2024-07"
1+
api_version = "2024-10"
22

33
[[extensions]]
44
name = "t:name"

discounts/javascript/product-discounts/default/shopify.extension.toml.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
api_version = "2024-07"
1+
api_version = "2024-10"
22

33
[[extensions]]
44
name = "t:name"

discounts/javascript/shipping-discounts/default/shopify.extension.toml.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
api_version = "2024-07"
1+
api_version = "2024-10"
22

33
[[extensions]]
44
name = "t:name"

0 commit comments

Comments
 (0)