Skip to content

Commit 2241742

Browse files
Explicitly mention that APIResource.request was removed (#1615)
1 parent 8ac3b4f commit 2241742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ If you:
347347

348348
- would like to send a request to an undocumented API (for example you are in a private beta)
349349
- prefer to bypass the method definitions in the library and specify your request details directly,
350-
- used the method `Stripe::APIResource.request(...)` to specify your own requests, which will soon be broken
350+
- used the method `Stripe::APIResource.request(...)` to specify your own requests, which was removed in v13+
351351

352352
you can now use the `raw_request` method on `StripeClient`.
353353

0 commit comments

Comments
 (0)