Skip to content

Commit

Permalink
Add setPaymentMethodConfiguration setter to the payment-method-settin…
Browse files Browse the repository at this point in the history
…gs component (#145)
  • Loading branch information
ianharris-stripe committed Aug 1, 2024
1 parent 2f370c6 commit 61bbae4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions types/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,5 +142,10 @@ export const ConnectElementCustomMethodConfig = {
"app-viewport": {
setApp: (_app: string | undefined): void => {},
setAppData: (_appData: Record<string, string> | undefined): void => {}
},
"payment-method-settings": {
setPaymentMethodConfiguration: (
_paymentMethodConfiguration: string | undefined
): void => {}
}
};

0 comments on commit 61bbae4

Please sign in to comment.