Skip to content

Commit

Permalink
Add setIssuingProgram setter (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
anojh-stripe authored Oct 8, 2024
1 parent a960402 commit 1d7bd2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion types/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,8 @@ export const ConnectElementCustomMethodConfig = {
setFetchEphemeralKey: (
_fetchEphemeralKey: FetchEphemeralKeyFunction | undefined
): void => {},
setShowSpendControls: (_showSpendControls: boolean | undefined): void => {}
setShowSpendControls: (_showSpendControls: boolean | undefined): void => {},
setIssuingProgram: (_issuingProgram: string | undefined): void => {}
},
"financial-account": {
setFinancialAccount: (_financialAccount: string): void => {}
Expand Down

0 comments on commit 1d7bd2a

Please sign in to comment.