From 5d395c944584cfc41e43a63129ccd9b0d306aef2 Mon Sep 17 00:00:00 2001 From: Andrew Engelbrecht Date: Wed, 11 Apr 2018 18:37:44 -0400 Subject: [PATCH] change field name of deprecated feature Ruben discovered this and wrote this patch. We need an alternate solution before some unknown time in the future. --- trustcommerceIPN.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trustcommerceIPN.php b/trustcommerceIPN.php index 142cf4e..3f459bc 100644 --- a/trustcommerceIPN.php +++ b/trustcommerceIPN.php @@ -289,7 +289,7 @@ class CRM_Core_Payment_trustcommerce_IPN extends CRM_Core_Payment_BaseIPN { CRM_Core_Error::debug_log_message($msg); /* Disable cancelling transactions */ - $input['skipComponentSync'] = 1; + $input['IAmAHorribleNastyBeyondExcusableHackInTheCRMEventFORMTaskClassThatNeedsToBERemoved'] = 1; /* Action for repeated failures */ if(MAX_FAILURES <= $lastfailures) { -- 2.25.1