Skip to content

Commit

Permalink
Merge pull request #1064 from stripe/remi/codegen-3e3140c
Browse files Browse the repository at this point in the history
Add `invoice.finalization_error` as a `type` on `Event`
  • Loading branch information
remi-stripe authored Nov 9, 2020
2 parents 82316bd + 9b6569c commit f4b9d45
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 @@ -281,6 +281,7 @@ declare module 'stripe' {
| 'file.created'
| 'invoice.created'
| 'invoice.deleted'
| 'invoice.finalization_failed'
| 'invoice.finalized'
| 'invoice.marked_uncollectible'
| 'invoice.paid'
Expand Down Expand Up @@ -488,6 +489,7 @@ declare module 'stripe' {
| 'file.created'
| 'invoice.created'
| 'invoice.deleted'
| 'invoice.finalization_failed'
| 'invoice.finalized'
| 'invoice.marked_uncollectible'
| 'invoice.paid'
Expand Down

0 comments on commit f4b9d45

Please sign in to comment.