Skip to content

Commit

Permalink
Removed RequestSigningAuthenticator and updated some typos (#1891)
Browse files Browse the repository at this point in the history
  • Loading branch information
prathmesh-stripe authored Oct 3, 2024
1 parent e4d037c commit 935709f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 297 deletions.
2 changes: 1 addition & 1 deletion src/main/java/com/stripe/net/ApiRequestParams.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public abstract class ApiRequestParams {
* Param key for an `extraParams` map. Any param/sub-param specifying a field intended to support
* extra params from users should have the annotation
* {@code @SerializedName(ApiRequestParams.EXTRA_PARAMS_KEY)}. Logic to handle this is in {@link
* ApiRequestParamsConverter}.t
* ApiRequestParamsConverter}.
*/
public static final String EXTRA_PARAMS_KEY = "_stripe_java_extra_param_key";

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/stripe/net/BaseAddress.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ public enum BaseAddress {
CONNECT,
/** https://files.stripe.com */
FILES,
/** https://events.stripe.com */
/** https://meter-events.stripe.com */
METER_EVENTS
}
167 changes: 0 additions & 167 deletions src/main/java/com/stripe/net/RequestSigningAuthenticator.java

This file was deleted.

128 changes: 0 additions & 128 deletions src/test/java/com/stripe/net/RequestSigningAuthenticatorTest.java

This file was deleted.

0 comments on commit 935709f

Please sign in to comment.