From 69a1e975263dec95b4cf525ba4321eb427c2ae33 Mon Sep 17 00:00:00 2001 From: Lisa Marie Maginnis Date: Mon, 19 May 2014 15:35:14 -0400 Subject: [PATCH] Fixed typo! --- trustcommerce.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.25.1