feat(customer-account): payment extension for order page (shares /api/public/payment-info; dual auth)

This commit is contained in:
Gerhard Scheikl
2026-05-09 21:45:27 +02:00
parent 5ac2e09f8c
commit ca769c49a4
6 changed files with 183 additions and 5 deletions
@@ -0,0 +1,15 @@
api_version = "2026-01"
[[extensions]]
name = "Invoice payment instructions (account)"
handle = "customer-account-payment"
type = "ui_extension"
uid = "linumiq-customer-account-payment"
[[extensions.targeting]]
target = "customer-account.order.page.render"
module = "./src/CustomerAccount.tsx"
[extensions.capabilities]
network_access = true
api_access = false