Skip to content

Commit de24310

Browse files
authored
Merge pull request #595 from Shopify/dc-cart-transform
Update cart transform
2 parents 07259be + f9271b8 commit de24310

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

checkout/rust/cart-transform/bundles/Cargo.toml.liquid

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
[package]
2-
name = "bundles_cart_transform"
2+
name = "{{handle | replace: " ", "-" | downcase}}"
33
version = "1.0.0"
44
edition = "2021"
55

66
[dependencies]
77
serde = { version = "1.0.13", features = ["derive"] }
8-
serde_with = "1.13.0"
98
serde_json = "1.0"
109
shopify_function = "0.8.1"
1110
graphql_client = "0.14.0"

checkout/rust/cart-transform/bundles/shopify.extension.toml.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ api_version = "2025-01"
22

33
[[extensions]]
44
name = "t:name"
5-
handle = "bundles-cart-transform"
5+
handle = "{{handle}}"
66
type = "function"
77
{% if uid %}uid = "{{ uid }}"{% endif %}
88
description = "t:description"

checkout/rust/cart-transform/default/Cargo.toml.liquid

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ edition = "2021"
55

66
[dependencies]
77
serde = { version = "1.0.13", features = ["derive"] }
8-
serde_with = "1.13.0"
98
serde_json = "1.0"
109
shopify_function = "0.8.1"
1110
graphql_client = "0.14.0"

0 commit comments

Comments
 (0)