Skip to content

Commit

Permalink
Remove card art file link setter (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
anojh-stripe committed Sep 5, 2024
1 parent e153845 commit 06c2e7a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions types/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,14 +112,12 @@ 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 => {}
},
"issuing-cards-list": {
setCardArtFileLink: (_cardArtFileLink: string | undefined): void => {},
setFetchEphemeralKey: (
_fetchEphemeralKey: FetchEphemeralKeyFunction | undefined
): void => {}
Expand Down

0 comments on commit 06c2e7a

Please sign in to comment.