Skip to content

Commit 51a2a17

Browse files
authoredAug 31, 2020
Merge pull request #992 from stripe/remi/codegen-9602243
Add support for `payment_method.automaticaly_updated` on `WebhookEndpoint`
2 parents 95cb439 + 28b0075 commit 51a2a17

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎types/2020-08-27/WebhookEndpoints.d.ts

+2
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,7 @@ declare module 'stripe' {
319319
| 'payment_intent.requires_action'
320320
| 'payment_intent.succeeded'
321321
| 'payment_method.attached'
322+
| 'payment_method.automatically_updated'
322323
| 'payment_method.detached'
323324
| 'payment_method.updated'
324325
| 'payout.canceled'
@@ -519,6 +520,7 @@ declare module 'stripe' {
519520
| 'payment_intent.requires_action'
520521
| 'payment_intent.succeeded'
521522
| 'payment_method.attached'
523+
| 'payment_method.automatically_updated'
522524
| 'payment_method.detached'
523525
| 'payment_method.updated'
524526
| 'payout.canceled'

0 commit comments

Comments
 (0)
Please sign in to comment.