beam-community / stripity-stripe

An Elixir Library for Stripe
Other
965 stars 346 forks source link

`amount_excluding_tax` missing in `LineItem` #778

Closed onegrx closed 1 year ago

onegrx commented 1 year ago

The amount_excluding_tax field is missing in LineItem as well as some other fields. https://stripe.com/docs/api/invoices/line_item#invoice_line_item_object-amount_excluding_tax It was missing on older builds, but now once stripity-stripe uses Stripe Open API definitions I wonder why it is still missing. spec3.sdk.json has the LineItem definition on line 21116 and there is amount_excluding_tax on 21123.

Actually it's just an example since this and other fields are missing on Invoice object too.

onegrx commented 1 year ago

My mistake - closing since OpenAPI version hasn't been released yet.