You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2012/03/22 11:26:40 UTC

svn commit: r1303718 - in /ofbiz/branches/release4.0: ./ applications/accounting/src/org/ofbiz/accounting/thirdparty/verisign/PayflowPro.java

Author: jleroux
Date: Thu Mar 22 10:26:39 2012
New Revision: 1303718

URL: http://svn.apache.org/viewvc?rev=1303718&view=rev
Log:
"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/release4.0/   (props changed)
    ofbiz/branches/release4.0/applications/accounting/src/org/ofbiz/accounting/thirdparty/verisign/PayflowPro.java

Propchange: ofbiz/branches/release4.0/
------------------------------------------------------------------------------
  Merged /ofbiz/trunk:r1303714

Modified: ofbiz/branches/release4.0/applications/accounting/src/org/ofbiz/accounting/thirdparty/verisign/PayflowPro.java
URL: http://svn.apache.org/viewvc/ofbiz/branches/release4.0/applications/accounting/src/org/ofbiz/accounting/thirdparty/verisign/PayflowPro.java?rev=1303718&r1=1303717&r2=1303718&view=diff
==============================================================================
--- ofbiz/branches/release4.0/applications/accounting/src/org/ofbiz/accounting/thirdparty/verisign/PayflowPro.java (original)
+++ ofbiz/branches/release4.0/applications/accounting/src/org/ofbiz/accounting/thirdparty/verisign/PayflowPro.java Thu Mar 22 10:26:39 2012
@@ -132,7 +132,7 @@ public class PayflowPro {
         params.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 = pn.SubmitTransaction(params.toString());
 
         if (Debug.verboseOn()) Debug.logVerbose("Response from Verisign: " + resp, module);