From 2241742fa6e6cca2cf7664e2058d7c8a00f5a6be Mon Sep 17 00:00:00 2001 From: helenye-stripe <111009531+helenye-stripe@users.noreply.github.com> Date: Tue, 1 Jul 2025 12:29:29 -0700 Subject: [PATCH] Explicitly mention that APIResource.request was removed (#1615) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22734153..f97603b0 100644 --- a/README.md +++ b/README.md @@ -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`.