We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdc6214 commit 1c203d9Copy full SHA for 1c203d9
1 file changed
java/src/main/java/com/cybersource/ws/client/MerchantConfig.java
@@ -850,8 +850,8 @@ public String getLogString() {
850
appendPair(sb, "enableCacert", enableCacert);
851
if (useHttpClient || useHttpClientWithConnectionPool) {
852
appendPair(sb, "allowRetry", allowRetry);
853
- appendPair(sb, "RetryCount", numberOfRetries);
854
- appendPair(sb, "RetryInterval", retryInterval);
+ appendPair(sb, "retryCount", numberOfRetries);
+ appendPair(sb, "retryInterval", retryInterval);
855
}
856
if (useHttpClientWithConnectionPool) {
857
appendPair(sb, "maxConnections", maxConnections);
0 commit comments