Skip to content

Commit be04152

Browse files
authored
Update SampleCode.java
Update https.proxyUser to https.proxyUserName
1 parent ab415d6 commit be04152

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/net/authorize/sample/SampleCode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ private static void RunMethod(String methodName)
160160
// System.setProperty("https.proxyUse", "true");
161161
// System.setProperty("https.proxyHost", "example.proxy.server");
162162
// System.setProperty("https.proxyPort", "portNumber");
163-
// System.setProperty("https.proxyUser", "exampleUsername");
163+
// System.setProperty("https.proxyUserName", "exampleUsername");
164164
// System.setProperty("https.proxyPassword", "examplePassword");
165165

166166
switch (methodName) {

0 commit comments

Comments
 (0)