16 lines
400 B
TOML
16 lines
400 B
TOML
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-status.payment-details.render-after"
|
|
module = "./src/CustomerAccount.tsx"
|
|
|
|
[extensions.capabilities]
|
|
network_access = true
|
|
api_access = false
|