From 78390e151fb1077a371a11f11d144af602b7b1c6 Mon Sep 17 00:00:00 2001 From: Lisa Marie Maginnis Date: Thu, 4 Dec 2014 17:48:29 -0500 Subject: [PATCH] fixed a typo --- trustcommerce.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trustcommerce.php b/trustcommerce.php index af51eaf..d6116c7 100644 --- a/trustcommerce.php +++ b/trustcommerce.php @@ -278,7 +278,7 @@ class org_fsf_payment_trustcommerce extends CRM_Core_Payment { // See TC documentation for more info switch($reply['declinetype']) { case 'avs': - return self::error(9009, "Your transaction was declined for address verification reasons. If your address was correct please contract us at donate@fsf.org before attempting to retry your transaction."); + return self::error(9009, "Your transaction was declined for address verification reasons. If your address was correct please contact us at donate@fsf.org before attempting to retry your transaction."); break; } return self::error(9009, "Your transaction was declined: {$reply['declinetype']}"); -- 2.25.1