From: Lisa Marie Maginnis Date: Mon, 19 May 2014 19:35:14 +0000 (-0400) Subject: Fixed typo! X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=69a1e975263dec95b4cf525ba4321eb427c2ae33;p=trustcommerce.git Fixed typo! --- diff --git a/trustcommerce.php b/trustcommerce.php index cfdbcfd..c8a323e 100644 --- a/trustcommerce.php +++ b/trustcommerce.php @@ -149,7 +149,7 @@ class org_fsf_payment_trustcommerce extends CRM_Core_Payment { function _logger($params) { $msg = ''; - foreach ($param as $key => $data) { + foreach ($params as $key => $data) { /* Delete any data we should not be writing to disk. This includes: * custid, password, cc, exp, and cvv */