File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
gateway-android/src/main/java/com/mastercard/gateway/android/sdk Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -96,10 +96,10 @@ enum Method {
96
96
static final int MIN_API_VERSION = 39 ;
97
97
static final int CONNECTION_TIMEOUT = 15000 ;
98
98
static final int READ_TIMEOUT = 60000 ;
99
- static final int REQUEST_3D_SECURE = 10000 ;
99
+ public static final int REQUEST_3D_SECURE = 10000 ;
100
100
101
- static final int REQUEST_BROWSER_PAYMENT = 10002 ;
102
- static final int REQUEST_GOOGLE_PAY_LOAD_PAYMENT_DATA = 10001 ;
101
+ public static final int REQUEST_BROWSER_PAYMENT = 10002 ;
102
+ public static final int REQUEST_GOOGLE_PAY_LOAD_PAYMENT_DATA = 10001 ;
103
103
static final String API_OPERATION = "UPDATE_PAYER_DATA" ;
104
104
static final String USER_AGENT = "Gateway-Android-SDK/" + BuildConfig .SDK_VERSION ;
105
105
You can’t perform that action at this time.
0 commit comments