stripe / stripe-ruby

Ruby library for the Stripe API.
https://stripe.com
MIT License
1.96k stars 548 forks source link

Add `raw_request` #1431

Closed helenye-stripe closed 3 months ago

helenye-stripe commented 3 months ago

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

helenye-stripe commented 3 months ago

Ahh, I misunderstood. Thanks! I'll also update the README.