Skip to content

Commit

Permalink
Add show spend controls (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
anojh-stripe authored Sep 23, 2024
1 parent 8934b10 commit d91ca9a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions types/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,12 +128,14 @@ export const ConnectElementCustomMethodConfig = {
setCardSwitching: (_cardSwitching: boolean | undefined): void => {},
setFetchEphemeralKey: (
_fetchEphemeralKey: FetchEphemeralKeyFunction | undefined
): void => {}
): void => {},
setShowSpendControls: (_showSpendControls: boolean | undefined): void => {}
},
"issuing-cards-list": {
setFetchEphemeralKey: (
_fetchEphemeralKey: FetchEphemeralKeyFunction | undefined
): void => {}
): void => {},
setShowSpendControls: (_showSpendControls: boolean | undefined): void => {}
},
"financial-account": {
setFinancialAccount: (_financialAccount: string): void => {}
Expand Down

0 comments on commit d91ca9a

Please sign in to comment.