Skip to content

Commit

Permalink
config changes (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
ismacias-stripe committed Sep 3, 2024
1 parent e9fded1 commit e153845
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions types/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,5 +147,24 @@ export const ConnectElementCustomMethodConfig = {
setPaymentMethodConfiguration: (
_paymentMethodConfiguration: string | undefined
): void => {}
},
"capital-financing": {
setDefaultFinancingOffer: (
_defaultFinancingOffer: string | undefined
): void => {},
setShowFinancingSelector: (
_showFinancingSelector: boolean | undefined
): void => {},
setFaqUrl: (_faqUrl: string | undefined): void => {},
setSupportUrl: (_supportUrl: string | undefined): void => {},
setOnFinancingsLoaded: (
_listener: (({ total }: { total: number }) => void) | undefined
): void => {}
},
"capital-financing-application": {
setOnApplicationSubmitted: (_listener: (() => void) | undefined): void => {}
},
"capital-financing-promotion": {
setOnApplicationSubmitted: (_listener: (() => void) | undefined): void => {}
}
};

0 comments on commit e153845

Please sign in to comment.