File tree Expand file tree Collapse file tree 1 file changed +16
-6
lines changed
discounts/wasm/discount/default Expand file tree Collapse file tree 1 file changed +16
-6
lines changed Original file line number Diff line number Diff line change 11api_version = "2025-04"
22
3- [[extensions]] name = "t:name" handle = "{{ handle | replace: ' ' , '-' | downcase }}" type = "function"
3+ [[extensions]]
4+ name = "t:name"
5+ handle = "{{handle | replace: " " , "-" | downcase }}"
6+ type = "function"
47{% if uid %}uid = "{{ uid }}"{% endif %}
58description = "t:description"
69
7- [[extensions.targeting]] target = "cart.lines.discounts.generate.run" input_query =
8- "cart_lines_discounts_generate_run.graphql" export = "cart_lines_discounts_generate_run"
10+ [[extensions.targeting]]
11+ target = "cart.lines.discounts.generate.run"
12+ input_query = "cart_lines_discounts_generate_run.graphql"
13+ export = "cart_lines_discounts_generate_run"
914
10- [[extensions.targeting]] target = "cart.delivery-options.discounts.generate.run" input_query =
11- "cart_delivery_options_discounts_generate_run.graphql" export = "cart_delivery_options_discounts_generate_run"
15+ [[extensions.targeting]]
16+ target = "cart.delivery-options.discounts.generate.run"
17+ input_query = "cart_delivery_options_discounts_generate_run.graphql"
18+ export = "cart_delivery_options_discounts_generate_run"
1219
13- [extensions.build] command = "echo 'build the wasm'" path = "" watch = []
20+ [extensions.build]
21+ command = "echo 'build the wasm'"
22+ path = ""
23+ watch = []
You can’t perform that action at this time.
0 commit comments