Skip to content

Commit a60689b

Browse files
committed
chore: rename metafield key to function-configuratoin
1 parent eba582e commit a60689b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

discounts/javascript/discounts-allocator/default/src/run.graphql.liquid

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

discounts/rust/discounts-allocator/default/shopify.extension.toml.liquid

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

33
[[extensions]]
4-
handle = "discounts-allocator"
4+
handle = "{{handle}}"
55
name = "t:name"
66
description = "t:description"
77
type = "function"

discounts/rust/discounts-allocator/default/src/run.graphql.liquid

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

0 commit comments

Comments
 (0)