Skip to content

Commit

Permalink
Merge pull request #984 from stripe/remi/codegen-bc3aeeb
Browse files Browse the repository at this point in the history
Multiple API changes
  • Loading branch information
remi-stripe authored Aug 17, 2020
2 parents 4d8b436 + 27ec15b commit e58c733
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions types/2020-03-02/PaymentMethods.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -884,6 +884,7 @@ declare module 'stripe' {

namespace PaymentMethodListParams {
type Type =
| 'alipay'
| 'au_becs_debit'
| 'bacs_debit'
| 'bancontact'
Expand Down
2 changes: 2 additions & 0 deletions types/2020-03-02/WebhookEndpoints.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ declare module 'stripe' {
| 'payment_intent.created'
| 'payment_intent.payment_failed'
| 'payment_intent.processing'
| 'payment_intent.requires_action'
| 'payment_intent.succeeded'
| 'payment_method.attached'
| 'payment_method.card_automatically_updated'
Expand Down Expand Up @@ -517,6 +518,7 @@ declare module 'stripe' {
| 'payment_intent.created'
| 'payment_intent.payment_failed'
| 'payment_intent.processing'
| 'payment_intent.requires_action'
| 'payment_intent.succeeded'
| 'payment_method.attached'
| 'payment_method.card_automatically_updated'
Expand Down

0 comments on commit e58c733

Please sign in to comment.