Skip to content

Commit

Permalink
Remove deprecated orders-related events (#1417)
Browse files Browse the repository at this point in the history
  • Loading branch information
richardm-stripe committed May 10, 2022
1 parent 47776ef commit 50aab85
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions types/2020-08-27/WebhookEndpoints.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -323,9 +323,6 @@ declare module 'stripe' {
| 'mandate.updated'
| 'order.created'
| 'order.payment_failed'
| 'order.payment_succeeded'
| 'order.updated'
| 'order_return.created'
| 'payment_intent.amount_capturable_updated'
| 'payment_intent.canceled'
| 'payment_intent.created'
Expand Down Expand Up @@ -555,9 +552,6 @@ declare module 'stripe' {
| 'mandate.updated'
| 'order.created'
| 'order.payment_failed'
| 'order.payment_succeeded'
| 'order.updated'
| 'order_return.created'
| 'payment_intent.amount_capturable_updated'
| 'payment_intent.canceled'
| 'payment_intent.created'
Expand Down

0 comments on commit 50aab85

Please sign in to comment.