stripe / stripe-php

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

Fix spacing on the names of InvoiceItem related events #1672

Closed ramya-stripe closed 8 months ago

ramya-stripe commented 8 months ago

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

Changelog