stripe / stripe-node

Node.js library for the Stripe API.
https://stripe.com
MIT License
3.9k stars 755 forks source link

Fix casing on InvoiceItem related events #2055

Closed ramya-stripe closed 8 months ago

ramya-stripe commented 8 months ago

The Created and Deleted events for Invoice Item have had wrong casing in stripe-node making them inconsistent with other event names. This PR fixes the casing to make them more intutive.

Changelog