Skip to content

Commit

Permalink
Merge pull request #5 from ConnectedHomes/3dsCryptoPull
Browse files Browse the repository at this point in the history
Enable Tokenised Card Method for the 3DS2
  • Loading branch information
Karthikeyan Ganesan authored Nov 25, 2020
2 parents 12a3f94 + 1470e80 commit cf51baa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ public void show(
.setCurrencyCode(total.getString("currency"))
.build())
.addAllowedPaymentMethod(WalletConstants.PAYMENT_METHOD_CARD)
// .addAllowedPaymentMethod(WalletConstants.PAYMENT_METHOD_TOKENIZED_CARD)
.addAllowedPaymentMethod(WalletConstants.PAYMENT_METHOD_TOKENIZED_CARD)
.setCardRequirements(
CardRequirements.newBuilder()
.addAllowedCardNetworks(
Expand Down

0 comments on commit cf51baa

Please sign in to comment.