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