Skip to content

Commit

Permalink
Update session.ex (#714)
Browse files Browse the repository at this point in the history
  • Loading branch information
balexand authored Feb 15, 2022
1 parent 5c4b9ac commit 3a917f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/stripe/checkout/session.ex
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ defmodule Stripe.Session do

@type create_params :: %{
:cancel_url => String.t(),
:payment_method_types => list(String.t()),
optional(:payment_method_types) => list(String.t()),
:success_url => String.t(),
optional(:mode) => String.t(),
optional(:client_reference_id) => String.t(),
Expand Down

0 comments on commit 3a917f3

Please sign in to comment.