Skip to content

Commit 4108aea

Browse files
Merge remote-tracking branch 'origin/hide-p12-password-in-logs' into release-may-2024
2 parents 8fb1858 + adcaaa7 commit 4108aea

File tree

1 file changed

+1
-1
lines changed
  • cybersource-rest-auth-netstandard/AuthenticationSdk/AuthenticationSdk/util

1 file changed

+1
-1
lines changed

cybersource-rest-auth-netstandard/AuthenticationSdk/AuthenticationSdk/util/Constants.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public static class Constants
1414

1515
public static readonly string HostName = "apitest.cybersource.com";
1616

17-
public static readonly string HideMerchantConfigProps = "MerchantSecretKey, MerchantKeyId, KeyAlias, KeyPassword, RequestJsonData, ";
17+
public static readonly string HideMerchantConfigProps = "MerchantSecretKey, MerchantKeyId, KeyAlias, KeyPassword, KeyPass, RequestJsonData, ClientCertPassword ";
1818

1919
public static readonly List<string> OldRunEnvironmentConstants = new List<string> { "CYBERSOURCE.ENVIRONMENT.SANDBOX", "CYBERSOURCE.ENVIRONMENT.PRODUCTION", "CYBERSOURCE.ENVIRONMENT.MUTUALAUTH.SANDBOX", "CYBERSOURCE.ENVIRONMENT.MUTUALAUTH.PRODUCTION", "BANKOFAMERICA.ENVIRONMENT.SANDBOX", "BANKOFAMERICA.ENVIRONMENT.PRODUCTION", "CYBERSOURCE.IN.ENVIRONMENT.SANDBOX", "CYBESOURCE.IN.ENVIRONMENT.PRODUCTION", "CYBESOURCE.ENVIRONMENT.MUTUALAUTH.SIT" };
2020

0 commit comments

Comments
 (0)