stripe / stripe-php

PHP library for the Stripe API.
https://stripe.com
MIT License
3.75k stars 849 forks source link

Remove deprecated events #1668

Closed ramya-stripe closed 8 months ago

ramya-stripe commented 8 months ago

Below Event types were removed from the API in the last year

On Sept 22, 2023

Remove support for values order.created, recipient.created, recipient.deleted, recipient.updated, sku.created, sku.deleted, and sku.updated from enum Event.type

On Sept 4th, 2023

Remove support for value invoiceitem.updated from enum Event.type

And the enum Climate.Supplier.removal_pathway was updated on Dec 6th , 2023

Remove support for value various from enum Climate.Supplier.removal_pathway

This PR removes the same from the SDKs

Related Jira: https://jira.corp.stripe.com/browse/DEVSDK-1740