feat(thank-you): payment instructions extension (GiroCode + bank details) for manual payment orders

This commit is contained in:
Gerhard Scheikl
2026-05-09 20:48:08 +02:00
parent 93aec2f368
commit 884070cddc
7 changed files with 360 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
import '@shopify/ui-extensions';
//@ts-ignore
declare module './src/Checkout.tsx' {
const shopify: import('@shopify/ui-extensions/purchase.thank-you.block.render').Api;
const globalThis: { shopify: typeof shopify };
}