Add raw request to stripe-ruby GA. Previously only available to stripe-ruby beta. This is an alternative to using the old StripeClient.request to make these requests.
Changelog
Adds the ability to make raw requests to the Stripe API, by providing an HTTP method and url. This is an alternative to using Stripe::APIResource.request(...) to make custom requests, which is discouraged and will be broken in a future major version.
Add raw request to stripe-ruby GA. Previously only available to stripe-ruby beta. This is an alternative to using the old StripeClient.request to make these requests.
Changelog
Stripe::APIResource.request(...)
to make custom requests, which is discouraged and will be broken in a future major version.