beam-community / stripity-stripe

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

Make request_id a string instead of tuple #763

Closed mattnenterprise closed 1 year ago

mattnenterprise commented 1 year ago

The request_id in Stripe.Error was being set to a tuple that represented the "Request-Id" header. Now it will instead be a String like described in the typespec.