Skip to content

Commit

Permalink
Merge pull request #1003 from stripe/remi/codegen-92265b4
Browse files Browse the repository at this point in the history
Add support for `promotion_code.created` and `promotion_code.updated` on `Event`
  • Loading branch information
remi-stripe authored Sep 13, 2020
2 parents 8acdf0b + 068c152 commit 563c3e1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions types/2020-08-27/WebhookEndpoints.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,8 @@ declare module 'stripe' {
| 'product.created'
| 'product.deleted'
| 'product.updated'
| 'promotion_code.created'
| 'promotion_code.updated'
| 'radar.early_fraud_warning.created'
| 'radar.early_fraud_warning.updated'
| 'recipient.created'
Expand Down Expand Up @@ -542,6 +544,8 @@ declare module 'stripe' {
| 'product.created'
| 'product.deleted'
| 'product.updated'
| 'promotion_code.created'
| 'promotion_code.updated'
| 'radar.early_fraud_warning.created'
| 'radar.early_fraud_warning.updated'
| 'recipient.created'
Expand Down

0 comments on commit 563c3e1

Please sign in to comment.