We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cdbcfd commit 43985b6Copy full SHA for 43985b6
README.md
@@ -240,7 +240,7 @@ client.setHttpClient(adyenHttpClientWithProxy);
240
If your proxy requires authentication, set all the settings as system properties instead (don't mix with previous approach), for example:
241
242
~~~~ java
243
-System.setProperty("https.proxyHost", "129.1.0.1");
+System.setProperty("https.proxyHost", "129.0.0.1");
244
System.setProperty("https.proxyPort", "3128");
245
System.setProperty("https.proxyUser", "squid");
246
System.setProperty("https.proxyPassword", "ward");
0 commit comments