Skip to content

Commit 1c203d9

Browse files
committed
mc toString renaming
1 parent fdc6214 commit 1c203d9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

java/src/main/java/com/cybersource/ws/client/MerchantConfig.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -850,8 +850,8 @@ public String getLogString() {
850850
appendPair(sb, "enableCacert", enableCacert);
851851
if (useHttpClient || useHttpClientWithConnectionPool) {
852852
appendPair(sb, "allowRetry", allowRetry);
853-
appendPair(sb, "RetryCount", numberOfRetries);
854-
appendPair(sb, "RetryInterval", retryInterval);
853+
appendPair(sb, "retryCount", numberOfRetries);
854+
appendPair(sb, "retryInterval", retryInterval);
855855
}
856856
if (useHttpClientWithConnectionPool) {
857857
appendPair(sb, "maxConnections", maxConnections);

0 commit comments

Comments
 (0)