attempted fix for flow actions
This commit is contained in:
@@ -6,11 +6,11 @@ name = "Generate invoice"
|
||||
type = "flow_action"
|
||||
handle = "flow-generate-invoice"
|
||||
description = "Generates an Austria-compliant PDF invoice for the given order and uploads it to Shopify Files."
|
||||
runtime_url = "https://example.com/api/flow/generate-invoice"
|
||||
runtime_url = "https://invoice-app.linumiq.com/api/flow/generate-invoice"
|
||||
|
||||
[extensions.settings]
|
||||
[settings]
|
||||
|
||||
[[extensions.settings.fields]]
|
||||
[[settings.fields]]
|
||||
type = "single_line_text_field"
|
||||
key = "order_id"
|
||||
name = "Order ID"
|
||||
|
||||
Reference in New Issue
Block a user