Skip to content

Commit 48f6ebb

Browse files
committed
Update additional extension properties
1 parent 1fd1712 commit 48f6ebb

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

sample-apps/bundles-cart-transform/extensions/cart-expand-js/shopify.extension.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ api_version = "2024-04"
22

33
[[extensions]]
44
name = "test-demo"
5-
type = "cart_transform"
6-
title = "cart transform"
5+
type = "function"
76

87
[[extensions.targeting]]
98
target = "purchase.cart-transform.run"

sample-apps/bundles-cart-transform/extensions/cart-merge-expand_rust/shopify.extension.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ api_version = "2024-04"
33

44
[[extensions]]
55
name = "cart merge expand"
6-
type = "cart_transform"
7-
title = "cart merge expand"
6+
type = "function"
87

98
[[extensions.targeting]]
109
target = "purchase.cart-transform.run"

0 commit comments

Comments
 (0)