Skip to content

Commit 55e00d4

Browse files
Merge pull request #188 from Shopify/remove-type-variables
Remove extensionType variables
2 parents 4b19a27 + f8592dc commit 55e00d4

File tree

21 files changed

+20
-21
lines changed

21 files changed

+20
-21
lines changed

checkout/javascript/cart-checkout-validation/default/shopify.function.extension.toml.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "{{name}}"
2-
type = "{{extensionType}}"
2+
type = "cart_checkout_validation"
33
api_version = "2023-04"
44

55
[build]

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,5 +1,5 @@
11
name = "{{name}}"
2-
type = "{{extensionType}}"
2+
type = "delivery_customization"
33
api_version = "2023-04"
44

55
[build]

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,5 +1,5 @@
11
name = "{{name}}"
2-
type = "{{extensionType}}"
2+
type = "payment_customization"
33
api_version = "2023-04"
44

55
[build]

checkout/rust/cart-checkout-validation/default/shopify.function.extension.toml.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "{{name}}"
2-
type = "{{extensionType}}"
2+
type = "cart_checkout_validation"
33
api_version = "unstable"
44

55
[build]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "{{name}}"
2-
type = "{{extensionType}}"
2+
type = "delivery_customization"
33
api_version = "2023-04"
44

55
[build]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "{{name}}"
2-
type = "{{extensionType}}"
2+
type = "payment_customization"
33
api_version = "2023-04"
44

55
[build]

checkout/wasm/cart-checkout-validation/default/shopify.function.extension.toml.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "{{name}}"
2-
type = "{{extensionType}}"
2+
type = "cart_checkout_validation"
33
api_version = "unstable"
44

55
[build]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "{{name}}"
2-
type = "{{extensionType}}"
2+
type = "delivery_customization"
33
api_version = "2023-04"
44

55
[build]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "{{name}}"
2-
type = "{{extensionType}}"
2+
type = "payment_customization"
33
api_version = "2023-04"
44

55
[build]

checkout/wasm/shipping-rates-consolidation/default/shopify.function.extension.toml.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "{{name}}"
2-
type = "{{extensionType}}"
2+
type = "shipping_rates_consolidation"
33
description = "Shipping rates consolidation base script"
44
api_version = "2022-07"
55

0 commit comments

Comments
 (0)