Explicitly mention that APIResource.request was removed (#1615)

This commit is contained in:
helenye-stripe 2025-07-01 12:29:29 -07:00 committed by GitHub
parent 8ac3b4f3c3
commit 2241742fa6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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`.