Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
android: fix idempotency key. fixes #799
Browse files Browse the repository at this point in the history
  • Loading branch information
cybergrind committed Jul 19, 2021
1 parent ad0a80d commit 512718f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions android/src/main/java/com/gettipsi/stripe/StripeModule.java
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ public void createTokenWithCard(final ReadableMap cardData, final Promise promis

mStripe.createCardToken(
createCard(cardData),
mPublicKey,
new ApiResultCallback<Token>() {
public void onSuccess(Token token) {
promise.resolve(convertTokenToWritableMap(token));
Expand Down Expand Up @@ -752,4 +751,3 @@ protected Void doInBackground(Void... voids) {
}

}

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tipsi-stripe",
"version": "9.1.3",
"version": "9.1.4",
"description": "React Native Stripe binding for iOS/Android platforms",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 512718f

Please sign in to comment.