feat(thank-you): payment instructions extension (GiroCode + bank details) for manual payment orders

This commit is contained in:
Gerhard Scheikl
2026-05-09 20:48:08 +02:00
parent 93aec2f368
commit 884070cddc
7 changed files with 360 additions and 0 deletions
@@ -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