Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix spacing on the names of InvoiceItem related events #1672

Merged
merged 1 commit into from
Mar 29, 2024

Conversation

ramya-stripe
Copy link
Contributor

@ramya-stripe ramya-stripe commented Mar 28, 2024

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

@ramya-stripe ramya-stripe changed the title Fix casing on InvoiceItem related events Fix spacing on the names of InvoiceItem related events Mar 28, 2024
@ramya-stripe ramya-stripe merged commit 6a8e114 into sdk-release/next-major Mar 29, 2024
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants