Skip to content

Commit

Permalink
add collection options setter to acct mgmt in beta
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiying-stripe committed Apr 3, 2024
1 parent 5902f4d commit 957d8b9
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 @@ -36,6 +36,11 @@ export const ConnectElementCustomMethodConfig = {
): void => {},
setOnExit: (_listener: (() => void) | undefined): void => {}
},
"account-management": {
setCollectionOptions: (
_collectionOptions: CollectionOptions | undefined
): void => {}
},
"issuing-card": {
setDefaultCard: (_defaultCard: string | undefined): void => {},
setCardArtFileLink: (_cardArtFileLink: string | undefined): void => {},
Expand Down

0 comments on commit 957d8b9

Please sign in to comment.