feat(customer-account): payment extension for order page (shares /api/public/payment-info; dual auth)
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user