Skip to content

Commit

Permalink
add confirmPaymentIntent definition
Browse files Browse the repository at this point in the history
  • Loading branch information
yllaw committed Mar 13, 2024
1 parent 54bf367 commit 1f5f5c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/terminal/src/definitions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export interface StripeTerminalPlugin {
cancelDiscoverReaders(): Promise<void>;
collect(options: { paymentIntent: string }): Promise<void>;
cancelCollect(): Promise<void>;
confirmPaymentIntent(): Promise<void>;
addListener(
eventName: TerminalEventsEnum.Loaded,
listenerFunc: () => void,
Expand Down

0 comments on commit 1f5f5c0

Please sign in to comment.