Skip to content

Commit

Permalink
enabled the 3DS2 payment
Browse files Browse the repository at this point in the history
  • Loading branch information
rajarab2 committed Jan 22, 2024
1 parent 4d3cdd5 commit ec8d610
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,8 @@ public void show(
.setTotalPrice(total.getString("value"))
.setCurrencyCode(total.getString("currency"))
.build())
.addAllowedPaymentMethod(WalletConstants.PAYMENT_METHOD_CARD)
// .addAllowedPaymentMethod(WalletConstants.PAYMENT_METHOD_TOKENIZED_CARD)
//.addAllowedPaymentMethod(WalletConstants.PAYMENT_METHOD_CARD)
.addAllowedPaymentMethod(WalletConstants.PAYMENT_METHOD_TOKENIZED_CARD)
.setCardRequirements(
CardRequirements.newBuilder()
.addAllowedCardNetworks(
Expand Down

0 comments on commit ec8d610

Please sign in to comment.