Skip to content
This repository has been archived by the owner on May 9, 2020. It is now read-only.

Commit

Permalink
"Applied fix from trunk for revision: 1303714"
Browse files Browse the repository at this point in the history
------------------------------------------------------------------------
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
------------------------------------------------------------------------
?\026

git-svn-id: https://svn.apache.org/repos/asf/ofbiz/branches/release09.04@1303717 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
JacquesLeRoux committed Mar 22, 2012
1 parent 7fab250 commit 6bb84eb
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -140,7 +140,7 @@ public static Map<String, Object> ccProcessor(DispatchContext dctx, Map<String,
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());
Expand Down

0 comments on commit 6bb84eb

Please sign in to comment.