Skip to content

Commit

Permalink
fix: re-add card switching paramtere (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
torrance-stripe authored Dec 7, 2023
1 parent 81ef0d1 commit c8306ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export const ConnectElementCustomMethodConfig = {
"issuing-card": {
setDefaultCard: (_defaultCard: string | undefined): void => {},
setCardArtFileLink: (_cardArtFileLink: string | undefined): void => {},
setCardSwitching: (_cardSwitching: boolean | undefined): void => {},
setFetchEphemeralKey: (
_fetchEphemeralKey: FetchEphemeralKeyFunction | undefined
): void => {}
Expand Down

0 comments on commit c8306ab

Please sign in to comment.