fix(customer-account): retarget to order-status.payment-details.render-after
This commit is contained in:
+1
-1
@@ -2,6 +2,6 @@ import '@shopify/ui-extensions';
|
||||
|
||||
//@ts-ignore
|
||||
declare module './src/CustomerAccount.tsx' {
|
||||
const shopify: import('@shopify/ui-extensions/customer-account.order.page.render').Api;
|
||||
const shopify: import('@shopify/ui-extensions/customer-account.order-status.payment-details.render-after').Api;
|
||||
const globalThis: { shopify: typeof shopify };
|
||||
}
|
||||
|
||||
@@ -7,7 +7,7 @@ type = "ui_extension"
|
||||
uid = "linumiq-customer-account-payment"
|
||||
|
||||
[[extensions.targeting]]
|
||||
target = "customer-account.order.page.render"
|
||||
target = "customer-account.order-status.payment-details.render-after"
|
||||
module = "./src/CustomerAccount.tsx"
|
||||
|
||||
[extensions.capabilities]
|
||||
|
||||
Reference in New Issue
Block a user