beam-community / stripity-stripe

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

extend Checkout Session consent collection Type #756

Closed zetaron closed 1 year ago

zetaron commented 1 year ago

This Pull Request extends the Checkout Sessions Typespec to support the collection of the Terms of Service consent.

The Stripe API supports the collection of the Terms of Service consent, see Stripe docs.

I discovered this as I was trying to use this feature but ran into dialyzer issues.

snewcomer commented 1 year ago

Hey @zetaron Looks like this was done by a previous PR! Sry I didn't notice earlier.

https://github.com/beam-community/stripity_stripe/pull/757

zetaron commented 1 year ago

Hey @zetaron Looks like this was done by a previous PR! Sry I didn't notice earlier.

757

Not a problem, happy it’s supported now 😉