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

Remove all traits from InvoiceLineItem #479

Merged
merged 1 commit into from
May 28, 2018

Conversation

ob-stripe
Copy link
Contributor

cc @stripe/api-libraries @brandur-stripe @nickdnk

I missed this when reviewing #471. InvoiceLineItem is only used for deserializing the objects returned in the lines attribute of invoice objects, there are no API methods to implement. (Technically, there is a /v1/invoices/<INVOICE_ID>/lines endpoint that can be used to paginate through the line items, but that's handled by the list object.)

Self-approving.

@ob-stripe ob-stripe force-pushed the ob-fix-invoice-line-item-traits branch from c2c0cc3 to 130bb5c Compare May 28, 2018 16:05
@ob-stripe ob-stripe merged commit a0214b9 into master May 28, 2018
@ob-stripe ob-stripe deleted the ob-fix-invoice-line-item-traits branch May 28, 2018 16:12
@ob-stripe
Copy link
Contributor Author

Released in 6.7.3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant