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
Rename event type InvoiceitemCreatedEvent to InvoiceItemCreatedEvent
Rename event type InvoiceitemDeletedEvent to InvoiceItemDeletedEvent
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
InvoiceitemCreatedEvent
toInvoiceItemCreatedEvent
InvoiceitemDeletedEvent
toInvoiceItemDeletedEvent