beam-community / stripity-stripe

An Elixir Library for Stripe
Other
985 stars 353 forks source link

fix credit note line item spec #737

Closed Magi-KS closed 2 years ago

Magi-KS commented 2 years ago

just a simple typespec fix for CreditNote https://stripe.com/docs/api/credit_notes/retrieve lines should contain CreditNoteLineItem instead.

CreditNote https://github.com/beam-community/stripity_stripe/blob/master/lib/stripe/subscriptions/credit_note.ex CreditNoteLineItem https://github.com/beam-community/stripity_stripe/blob/master/lib/stripe/subscriptions/credit_note_line_item.ex