Skip to content

Commit

Permalink
Merge pull request #595 from Shopify/dc-cart-transform
Browse files Browse the repository at this point in the history
Update cart transform
  • Loading branch information
davejcameron authored Jan 29, 2025
2 parents 07259be + f9271b8 commit de24310
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions checkout/rust/cart-transform/bundles/Cargo.toml.liquid
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
[package]
name = "bundles_cart_transform"
name = "{{handle | replace: " ", "-" | downcase}}"
version = "1.0.0"
edition = "2021"

[dependencies]
serde = { version = "1.0.13", features = ["derive"] }
serde_with = "1.13.0"
serde_json = "1.0"
shopify_function = "0.8.1"
graphql_client = "0.14.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ api_version = "2025-01"

[[extensions]]
name = "t:name"
handle = "bundles-cart-transform"
handle = "{{handle}}"
type = "function"
{% if uid %}uid = "{{ uid }}"{% endif %}
description = "t:description"
Expand Down
1 change: 0 additions & 1 deletion checkout/rust/cart-transform/default/Cargo.toml.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ edition = "2021"

[dependencies]
serde = { version = "1.0.13", features = ["derive"] }
serde_with = "1.13.0"
serde_json = "1.0"
shopify_function = "0.8.1"
graphql_client = "0.14.0"
Expand Down

0 comments on commit de24310

Please sign in to comment.