Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/pos-payment-validations-tender-confirm-docs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@shopify/ui-extensions': patch
---

Document `paymentvalidations` dispatch timing: fires when a tender is confirmed but not yet committed, once per tender attempt (split payments dispatch per tender).
5 changes: 4 additions & 1 deletion packages/ui-extensions/src/surfaces/point-of-sale/events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,10 @@ export interface InterceptedPaymentMethod {
}

/**
* Dispatched when staff selects a payment method on the payments screen.
* Dispatched when a tender is confirmed but not yet committed — after the
* amount is entered, before the payment is recorded. One event per tender
* attempt; split payments dispatch one event per tender, each carrying its
* own amount.
*
* @private
*/
Expand Down
Loading