We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 93815b4 + 948a3bb commit 8bc64d5Copy full SHA for 8bc64d5
.changeset/hip-seas-change.md
@@ -0,0 +1,5 @@
1
+---
2
+'@shopify/ui-extensions': minor
3
4
+
5
+Adds pos.receipt-header.block.render extension target
packages/ui-extensions/src/surfaces/point-of-sale/targets.ts
@@ -185,6 +185,10 @@ export interface ExtensionTargets {
185
{[key: string]: any} & StorageApi & TransactionCompleteWithReprintData,
186
ReceiptComponents
187
>;
188
+ 'pos.receipt-header.block.render': RenderExtension<
189
+ {[key: string]: any} & StorageApi & TransactionCompleteWithReprintData,
190
+ ReceiptComponents
191
+ >;
192
}
193
194
export type ExtensionTarget = keyof ExtensionTargets;
0 commit comments