Skip to content

Commit

Permalink
Update src/main/java/com/stripe/StripeClient.java
Browse files Browse the repository at this point in the history
  • Loading branch information
richardm-stripe authored Jan 17, 2024
1 parent 4442861 commit 0893352
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/com/stripe/StripeClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,6 @@ StripeResponseGetterOptions buildOptions() {
* @param content the body of the request as a string
* @return the JSON response as a string
*/
@Deprecated
public StripeResponse rawRequest(
final ApiResource.RequestMethod method, final String relativeUrl, final String content)
throws StripeException {
Expand Down

0 comments on commit 0893352

Please sign in to comment.