Author: jleroux
Date: Thu Mar 22 10:26:32 2012
New Revision: 1303715
URL:
http://svn.apache.org/viewvc?rev=1303715&view=revLog:
"Applied fix from trunk for revision: 1303714"
------------------------------------------------------------------------
r1303714 | jleroux | 2012-03-22 11:25:31 +0100 (jeu., 22 mars 2012) | 1 line
Avoids to show CC payment information in log when in verbose mode
------------------------------------------------------------------------
Modified:
ofbiz/branches/release11.04/ (props changed)
ofbiz/branches/release11.04/applications/accounting/src/org/ofbiz/accounting/thirdparty/verisign/PayflowPro.java
Propchange: ofbiz/branches/release11.04/
------------------------------------------------------------------------------
Merged /ofbiz/trunk:r1303714
Modified: ofbiz/branches/release11.04/applications/accounting/src/org/ofbiz/accounting/thirdparty/verisign/PayflowPro.java
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release11.04/applications/accounting/src/org/ofbiz/accounting/thirdparty/verisign/PayflowPro.java?rev=1303715&r1=1303714&r2=1303715&view=diff==============================================================================
--- ofbiz/branches/release11.04/applications/accounting/src/org/ofbiz/accounting/thirdparty/verisign/PayflowPro.java (original)
+++ ofbiz/branches/release11.04/applications/accounting/src/org/ofbiz/accounting/thirdparty/verisign/PayflowPro.java Thu Mar 22 10:26:32 2012
@@ -163,7 +163,7 @@ public class PayflowPro {
params.append("&").append(parseContext(data));
// transmit the request
- if (Debug.verboseOn()) Debug.logVerbose("Sending to Verisign: " + params.toString(), module);
+ //if (Debug.verboseOn()) Debug.logVerbose("Sending to Verisign: " + params.toString(), module);
String resp;
if (!comparePaymentGatewayConfigValue(delegator, paymentGatewayConfigId, "enableTransmit", configString, "payment.verisign.enable_transmit", "false")) {
resp = pfp.submitTransaction(params.toString(), pfp.generateRequestId());