projects
/
tc-ipn-receiver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c6bd81
)
change field name of deprecated feature
author
Andrew Engelbrecht
<andrew@fsf.org>
Wed, 11 Apr 2018 22:37:44 +0000
(18:37 -0400)
committer
Andrew 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
patch
|
blob
|
blame
|
history
diff --git
a/trustcommerceIPN.php
b/trustcommerceIPN.php
index 142cf4e817bcfae0f9fd2a9436923e29e87c8c18..3f459bc97d903ab268eb09244d24add7d2e0fd6a 100644
(file)
--- 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) {