Skip to content

Commit

Permalink
Merge pull request #992 from stripe/remi/codegen-9602243
Browse files Browse the repository at this point in the history
Add support for `payment_method.automaticaly_updated` on `WebhookEndpoint`
  • Loading branch information
remi-stripe authored Aug 31, 2020
2 parents 95cb439 + 28b0075 commit 51a2a17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions types/2020-08-27/WebhookEndpoints.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@ declare module 'stripe' {
| 'payment_intent.requires_action'
| 'payment_intent.succeeded'
| 'payment_method.attached'
| 'payment_method.automatically_updated'
| 'payment_method.detached'
| 'payment_method.updated'
| 'payout.canceled'
Expand Down Expand Up @@ -519,6 +520,7 @@ declare module 'stripe' {
| 'payment_intent.requires_action'
| 'payment_intent.succeeded'
| 'payment_method.attached'
| 'payment_method.automatically_updated'
| 'payment_method.detached'
| 'payment_method.updated'
| 'payout.canceled'
Expand Down

0 comments on commit 51a2a17

Please sign in to comment.