Skip to content

Commit

Permalink
Merge pull request #999 from stripe/remi/codegen-cca1662
Browse files Browse the repository at this point in the history
Add support for SEPA debit on Checkout
  • Loading branch information
remi-stripe authored Sep 10, 2020
2 parents ab81f58 + e521d73 commit 30fa55e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/2020-08-27/Checkout/Sessions.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -962,6 +962,7 @@ declare module 'stripe' {
| 'giropay'
| 'ideal'
| 'p24'
| 'sepa_debit'
| 'sofort';

interface SetupIntentData {
Expand Down

0 comments on commit 30fa55e

Please sign in to comment.