Skip to content

Commit 14c555d

Browse files
committed
fix API versions
1 parent 30951c8 commit 14c555d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

checkout/javascript/delivery-customization/default/shopify.function.extension.toml.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "{{name}}"
22
type = "{{extensionType}}"
3-
api_version = "2022-07"
3+
api_version = "2023-04"
44

55
[build]
66
command = ""

checkout/javascript/payment-customization/default/shopify.function.extension.toml.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "{{name}}"
22
type = "{{extensionType}}"
3-
api_version = "2022-07"
3+
api_version = "2023-04"
44

55
[build]
66
command = ""

0 commit comments

Comments
 (0)