projects
/
trustcommerce.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc8ea6c
)
Fix indentation in _logger method.
author
David Thompson
<davet@gnu.org>
Mon, 14 Jul 2014 19:58:50 +0000
(15:58 -0400)
committer
David Thompson
<davet@gnu.org>
Mon, 14 Jul 2014 19:58:50 +0000
(15:58 -0400)
trustcommerce.php
patch
|
blob
|
blame
|
history
diff --git
a/trustcommerce.php
b/trustcommerce.php
index f5b3a71ef82f55c84916089937f18880b7ec2115..554acb864f9c7b421c8a8e9eb1dbcab35e359874 100644
(file)
--- a/
trustcommerce.php
+++ b/
trustcommerce.php
@@
-203,9
+203,9
@@
class org_fsf_payment_trustcommerce extends CRM_Core_Payment {
case 'cc':
case 'exp':
case 'cvv':
- break;
+
break;
default:
- $msg .= ' '.$key.' => '.$data;
+
$msg .= ' '.$key.' => '.$data;
}
}
error_log('[client '.$_SERVER['REMOTE_ADDR'].'] TrustCommerce:'.$msg);