Fix InvoiceLineItem parent class#1536
Merged
helenye-stripe merged 2 commits intomasterfrom Feb 21, 2025
Merged
Conversation
prathmesh-stripe
approved these changes
Feb 21, 2025
ramya-stripe
pushed a commit
that referenced
this pull request
Mar 14, 2025
ramya-stripe
added a commit
that referenced
this pull request
Mar 17, 2025
* Update generated code for v1473 * Update generated code for v1479 * Update generated code for v1481 * Update generated code for v1483 * Update generated code for v1486 * Update generated code for v1487 * add codeowners file (#1533) * Merge upstream and update generated code for v1488 * Update generated code for v1490 * Update generated code for v1493 * Update generated code for v1494 * Update generated code for v1495 * Update generated code for v1495 * Update generated code for v1496 * Fix InvoiceLineItem parent class (#1536) * Update generated code for v1502 * Update generated code for v1504 * Update generated code for v1505 * Update generated code for v1505 * Update generated code (#1534) * Update generated code for v1494 * Update generated code for v1495 * Update generated code for v1501 * Update generated code for v1505 --------- Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> Co-authored-by: prathmesh-stripe <165320323+prathmesh-stripe@users.noreply.github.com> * Bump version to 13.5.0 * InvoiceLineItem's parent is APIResource * Locking rbi gem like we did in #1549 --------- Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> Co-authored-by: David Brownman <109395161+xavdid-stripe@users.noreply.github.com> Co-authored-by: helenye-stripe <111009531+helenye-stripe@users.noreply.github.com> Co-authored-by: prathmesh-stripe <165320323+prathmesh-stripe@users.noreply.github.com> Co-authored-by: Prathmesh Ranaut <prathmesh@stripe.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why?
The
request_stripe_objectis undefined, fix parent class. Issue raised in #1535What?
Change parent class from
StripeObjecttoAPIResource, and add a test for invoice line item updateSee Also
Changelog
Stripe::InvoiceLineItemhad the incorrect parent class, making it error whenupdatewas called