File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
extensions/product-discount
web/frontend/pages/volume/[functionId] Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ query Input {
11
11
}
12
12
}
13
13
discountNode {
14
- metafield (namespace : " $app:discounts-tutorial " , key : " function-configuration" ) {
14
+ metafield (namespace : " $app:volume-discount " , key : " function-configuration" ) {
15
15
value
16
16
}
17
17
}
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ import { data } from "@shopify/app-bridge/actions/Modal";
29
29
import { useAuthenticatedFetch } from "../../../hooks" ;
30
30
31
31
const todaysDate = new Date ( ) ;
32
- const METAFIELD_NAMESPACE = "$app:discounts-tutorial " ;
32
+ const METAFIELD_NAMESPACE = "$app:volume-discount " ;
33
33
const METAFIELD_CONFIGURATION_KEY = "function-configuration" ;
34
34
35
35
export default function VolumeNew ( ) {
You can’t perform that action at this time.
0 commit comments