Skip to content

Commit

Permalink
Fix - error
Browse files Browse the repository at this point in the history
  • Loading branch information
udaisshekhawat authored and ifiokjr committed Nov 28, 2017
1 parent 681014e commit 7ebddfb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ public void show(
.addAllowedCardNetworks(
Arrays.asList(
WalletConstants.CARD_NETWORK_VISA,
WalletConstants.CARD_NETWORK_MASTERCARD
WalletConstants.CARD_NETWORK_MASTERCARD))
.build());

final PaymentMethodTokenizationParameters parameters = buildTokenizationParametersFromPaymentMethodData(paymentMethodData);
Expand Down

0 comments on commit 7ebddfb

Please sign in to comment.