You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @deprecated As of library version 1.6.1, timeouts should be set by {@link #setTimeouts(int connectionTimeoutMillis, int readTimeoutMillis)} or directly by {@link com.adyen.Config#setConnectionTimeoutMillis(int connectionTimeoutMillis)}.
73
+
* @param username your merchant account Username
74
+
* @param password your merchant accont Password
75
+
* @param environment This defines the payment enviroment live or test
76
+
* @param connectionTimeoutMillis Provide the time to time out
77
+
* @deprecated As of library version 1.6.1, timeouts should be set by {@link #setTimeouts(int connectionTimeoutMillis, int readTimeoutMillis)} or directly by {@link
@@ -80,7 +85,13 @@ public Client(String username, String password, Environment environment, int con
80
85
}
81
86
82
87
/**
83
-
* @deprecated As of library version 1.6.1, timeouts should be set by {@link #setTimeouts(int connectionTimeoutMillis, int readTimeoutMillis)} or directly by {@link com.adyen.Config#setConnectionTimeoutMillis(int connectionTimeoutMillis)}.
88
+
* @param username your merchant account Username
89
+
* @param password your merchant accont Password
90
+
* @param environment This defines the payment enviroment live or test
91
+
* @param connectionTimeoutMillis Provide the time to time out
92
+
* @param liveEndpointUrlPrefix provide the merchant specific url
93
+
* @deprecated As of library version 1.6.1, timeouts should be set by {@link #setTimeouts(int connectionTimeoutMillis, int readTimeoutMillis)} or directly by {@link
* @deprecated As of library version 1.6.1, timeouts should be set by {@link #setTimeouts(int connectionTimeoutMillis, int readTimeoutMillis)} or directly by {@link com.adyen.Config#setConnectionTimeoutMillis(int connectionTimeoutMillis)}.
114
+
* @param apiKey Defines the api key that can be retrieved by back office
115
+
* @param environment This defines the payment enviroment live or test
116
+
* @param connectionTimeoutMillis Provide the time to time out
117
+
* @deprecated As of library version 1.6.1, timeouts should be set by {@link #setTimeouts(int connectionTimeoutMillis, int readTimeoutMillis)} or directly by {@link
@@ -110,7 +125,12 @@ public Client(String apiKey, Environment environment, int connectionTimeoutMilli
110
125
}
111
126
112
127
/**
113
-
* @deprecated As of library version 1.6.1, timeouts should be set by {@link #setTimeouts(int connectionTimeoutMillis, int readTimeoutMillis)} or directly by {@link com.adyen.Config#setConnectionTimeoutMillis(int connectionTimeoutMillis)}.
128
+
* @param apiKey Defines the api key that can be retrieved by back office
129
+
* @param environment This defines the payment enviroment live or test
130
+
* @param connectionTimeoutMillis Provide the time to time out
131
+
* @param liveEndpointUrlPrefix provide the merchant specific url
132
+
* @deprecated As of library version 1.6.1, timeouts should be set by {@link #setTimeouts(int connectionTimeoutMillis, int readTimeoutMillis)} or directly by {@link
0 commit comments