We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab415d6 commit be04152Copy full SHA for be04152
1 file changed
src/main/java/net/authorize/sample/SampleCode.java
@@ -160,7 +160,7 @@ private static void RunMethod(String methodName)
160
// System.setProperty("https.proxyUse", "true");
161
// System.setProperty("https.proxyHost", "example.proxy.server");
162
// System.setProperty("https.proxyPort", "portNumber");
163
-// System.setProperty("https.proxyUser", "exampleUsername");
+// System.setProperty("https.proxyUserName", "exampleUsername");
164
// System.setProperty("https.proxyPassword", "examplePassword");
165
166
switch (methodName) {
0 commit comments