Skip to content

Commit 8435ec2

Browse files
committed
update discounts, payment, delivery templates
1 parent eb32009 commit 8435ec2

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

checkout/rust/delivery-customization/default/input.graphql.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
query Input {
22
deliveryCustomization {
3-
metafield(namespace: "{{name | replace: " ", "-" | downcase}}", key: "function-configuration") {
3+
metafield(namespace: "$app:{{name | replace: " ", "-" | downcase}}", key: "function-configuration") {
44
value
55
}
66
}

checkout/rust/payment-customization/default/input.graphql.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
query Input {
22
paymentCustomization {
3-
metafield(namespace: "{{name | replace: " ", "-" | downcase}}", key: "function-configuration") {
3+
metafield(namespace: "$app:{{name | replace: " ", "-" | downcase}}", key: "function-configuration") {
44
value
55
}
66
}

checkout/wasm/delivery-customization/default/input.graphql.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
query Input {
22
deliveryCustomization {
3-
metafield(namespace: "{{name | replace: " ", "-" | downcase}}", key: "function-configuration") {
3+
metafield(namespace: "$app:{{name | replace: " ", "-" | downcase}}", key: "function-configuration") {
44
value
55
}
66
}

checkout/wasm/payment-customization/default/input.graphql.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
query Input {
22
paymentCustomization {
3-
metafield(namespace: "{{name | replace: " ", "-" | downcase}}", key: "function-configuration") {
3+
metafield(namespace: "$app:{{name | replace: " ", "-" | downcase}}", key: "function-configuration") {
44
value
55
}
66
}

discounts/javascript/product-discounts/default/input.graphql.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
query Input {
22
discountNode {
3-
metafield(namespace: "{{name | replace: " ", "-" | downcase}}", key: "function-configuration") {
3+
metafield(namespace: "$app:{{name | replace: " ", "-" | downcase}}", key: "function-configuration") {
44
value
55
}
66
}

discounts/rust/order-discounts/default/input.graphql.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
query Input {
22
discountNode {
3-
metafield(namespace: "{{name | replace: " ", "-" | downcase}}", key: "function-configuration") {
3+
metafield(namespace: "$app:{{name | replace: " ", "-" | downcase}}", key: "function-configuration") {
44
value
55
}
66
}

discounts/rust/product-discounts/default/input.graphql.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
query Input {
22
discountNode {
3-
metafield(namespace: "{{name | replace: " ", "-" | downcase}}", key: "function-configuration") {
3+
metafield(namespace: "$app:{{name | replace: " ", "-" | downcase}}", key: "function-configuration") {
44
value
55
}
66
}

discounts/rust/shipping-discounts/default/input.graphql.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
query Input {
22
discountNode {
3-
metafield(namespace: "{{name | replace: " ", "-" | downcase}}", key: "function-configuration") {
3+
metafield(namespace: "$app:{{name | replace: " ", "-" | downcase}}", key: "function-configuration") {
44
value
55
}
66
}

discounts/wasm/order-discounts/default/input.graphql.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
query Input {
22
discountNode {
3-
metafield(namespace: "{{name | replace: " ", "-" | downcase}}", key: "function-configuration") {
3+
metafield(namespace: "$app:{{name | replace: " ", "-" | downcase}}", key: "function-configuration") {
44
value
55
}
66
}

discounts/wasm/product-discounts/default/input.graphql.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
query Input {
22
discountNode {
3-
metafield(namespace: "{{name | replace: " ", "-" | downcase}}", key: "function-configuration") {
3+
metafield(namespace: "$app:{{name | replace: " ", "-" | downcase}}", key: "function-configuration") {
44
value
55
}
66
}

0 commit comments

Comments
 (0)