Skip to content

Commit

Permalink
add two auth modes for Google Pay
Browse files Browse the repository at this point in the history
  • Loading branch information
HaithamSheshtawy committed Nov 8, 2022
1 parent 60b7fbd commit 78fdae5
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ public class Constants {
*
* @value #SUPPORTED_METHODS
*/
public static final List<String> SUPPORTED_METHODS = Arrays.asList(
"PAN_ONLY");
public static final List<String> SUPPORTED_METHODS = Arrays.asList("PAN_ONLY","CRYPTOGRAM_3DS");


/**
Expand Down

0 comments on commit 78fdae5

Please sign in to comment.