change field name of deprecated feature
authorAndrew Engelbrecht <andrew@fsf.org>
Wed, 11 Apr 2018 22:37:44 +0000 (18:37 -0400)
committerAndrew Engelbrecht <andrew@fsf.org>
Wed, 11 Apr 2018 22:37:44 +0000 (18:37 -0400)
Ruben discovered this and wrote this patch. We need an alternate
solution before some unknown time in the future.

trustcommerceIPN.php

index 142cf4e817bcfae0f9fd2a9436923e29e87c8c18..3f459bc97d903ab268eb09244d24add7d2e0fd6a 100644 (file)
@@ -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) {