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