feat(customer-account): payment extension for order page (shares /api/public/payment-info; dual auth)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import '@shopify/ui-extensions';
|
||||
|
||||
//@ts-ignore
|
||||
declare module './src/CustomerAccount.tsx' {
|
||||
const shopify: import('@shopify/ui-extensions/customer-account.order.page.render').Api;
|
||||
const globalThis: { shopify: typeof shopify };
|
||||
}
|
||||
Reference in New Issue
Block a user