feat(thank-you): payment instructions extension (GiroCode + bank details) for manual payment orders
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
api_version = "2026-01"
|
||||
|
||||
[[extensions]]
|
||||
name = "Invoice payment instructions"
|
||||
handle = "invoice-thank-you-payment"
|
||||
type = "ui_extension"
|
||||
uid = "linumiq-invoice-thank-you-payment"
|
||||
|
||||
[[extensions.targeting]]
|
||||
target = "purchase.thank-you.block.render"
|
||||
module = "./src/Checkout.tsx"
|
||||
|
||||
[extensions.capabilities]
|
||||
network_access = true
|
||||
api_access = false
|
||||
Reference in New Issue
Block a user