Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add billing_address_collection #722

Merged
merged 2 commits into from Apr 29, 2022

Conversation

dougw-bc
Copy link
Contributor

  • adds billing_address_collection as an optional checkout session create param

- adds billing_address_collection as an optional checkout session create param
@dougw-bc
Copy link
Contributor Author

@@ -241,6 +246,7 @@ defmodule Stripe.Session do
optional(:payment_intent_data) => payment_intent_data,
optional(:payment_method_options) => payment_method_options(),
optional(:setup_intent_data) => setup_intent_data(),
optional(:billing_address_collection) => billing_address_collection(),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we simplify and inline String.t()? What do you think?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yea no problem, just following some of the other patterns.

@snewcomer snewcomer merged commit 62c605c into beam-community:master Apr 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants