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
Rename event type INVOICEITEM_CREATED to INVOICE_ITEM_CREATED
Rename event type INVOICEITEM_DELETED to INVOICE_ITEM_DELETED
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
INVOICEITEM_CREATED
toINVOICE_ITEM_CREATED
INVOICEITEM_DELETED
toINVOICE_ITEM_DELETED