Skip to content

Commit

Permalink
Add adjustable_quantity to line item input (#761)
Browse files Browse the repository at this point in the history
  • Loading branch information
aj-foster committed Oct 20, 2022
1 parent adb906c commit 8f594e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/stripe/checkout/session.ex
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ defmodule Stripe.Session do
optional(:id) => Stripe.id(),
optional(:object) => String.t(),
optional(:quantity) => integer(),
optional(:adjustable_quantity) => adjustable_quantity(),
optional(:amount_discount) => integer(),
optional(:amount_subtotal) => integer(),
optional(:amount_tax) => integer(),
Expand Down

0 comments on commit 8f594e2

Please sign in to comment.