mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-12-06 00:00:29 -05:00
Explicitly mention that APIResource.request was removed (#1615)
This commit is contained in:
parent
8ac3b4f3c3
commit
2241742fa6
@ -347,7 +347,7 @@ If you:
|
||||
|
||||
- would like to send a request to an undocumented API (for example you are in a private beta)
|
||||
- prefer to bypass the method definitions in the library and specify your request details directly,
|
||||
- used the method `Stripe::APIResource.request(...)` to specify your own requests, which will soon be broken
|
||||
- used the method `Stripe::APIResource.request(...)` to specify your own requests, which was removed in v13+
|
||||
|
||||
you can now use the `raw_request` method on `StripeClient`.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user