beam-community / stripity-stripe

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

Add `adjustable_quantity` to `line_item_data` for Checkout Sessions #761

Closed aj-foster closed 1 year ago

aj-foster commented 1 year ago

Hello 👋🏼

This PR adds a missing field to the spec for Stripe.Checkout.Session.create/2. The relevant object already has a type, but it was not referenced until now. You can find the corresponding API docs here.