You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Stripe docs, there's supposed to be an invoice_item attached to invoice line items (InvoiceLine). It appears this field is just skipped over in the structure definition. There doesn't appear to be any other way to figure out what invoice line item is associated with.
The text was updated successfully, but these errors were encountered:
* added coupon currency and test
* added failure test case
* wipe currency on non amount off coupons
* fixed coupon match
* added overrides
* added comment
* addressed PR feedback
In the Stripe docs, there's supposed to be an
invoice_item
attached to invoice line items (InvoiceLine). It appears this field is just skipped over in the structure definition. There doesn't appear to be any other way to figure out what invoice line item is associated with.The text was updated successfully, but these errors were encountered: