We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c91c51 commit 323ad4eCopy full SHA for 323ad4e
sample-apps/optional-add-ons-cart-transform/extensions/optional-add-ons-rust/src/run.rs
@@ -52,6 +52,7 @@ fn get_update_cart_operations(
52
},
53
),
54
}),
55
+ attributes: None,
56
};
57
let expanded_cart_item = ExpandedItem {
58
merchandise_id: _warranty_variant_id.value.clone(),
@@ -67,6 +68,7 @@ fn get_update_cart_operations(
67
68
69
70
71
72
73
let expand_operation = ExpandOperation {
74
cart_line_id: line.id.clone(),
0 commit comments