Skip to content

Commit 2e3ba30

Browse files
committed
Fix remaining metafield fixtures for order-discounts-js and shipping-discounts-rs
1 parent 24d0ec0 commit 2e3ba30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

functions-order-discounts-js/tests/fixtures/log.json.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"target": "purchase.order-discount.run",
55
"input": {
66
"discountNode": {
7-
"metafield(namespace: \"$app:{{handle | replace: ' ', '-' | downcase}}\", key: \"function-configuration\")": {
7+
"metafield": {
88
"value": "{}"
99
}
1010
}

functions-shipping-discounts-rs/tests/fixtures/log.json.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"target": "purchase.shipping-discount.run",
55
"input": {
66
"discountNode": {
7-
"metafield(namespace: \"$app:{{handle | replace: ' ', '-' | downcase}}\", key: \"function-configuration\")": {
7+
"metafield": {
88
"jsonValue": {}
99
}
1010
}

0 commit comments

Comments
 (0)