projects
/
trustcommerce.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99faa4b
)
Explicitly return TRUE in _setParam method.
author
David Thompson
<davet@gnu.org>
Mon, 14 Jul 2014 19:44:51 +0000
(15:44 -0400)
committer
David Thompson
<davet@gnu.org>
Mon, 14 Jul 2014 19:44:51 +0000
(15:44 -0400)
trustcommerce.php
patch
|
blob
|
blame
|
history
diff --git
a/trustcommerce.php
b/trustcommerce.php
index ba9e9ecd3fc120cef0f0d338f42b0d3341dfd08b..50acaea3f7312431531dca6461ef580891a1cc3f 100644
(file)
--- a/
trustcommerce.php
+++ b/
trustcommerce.php
@@
-376,6
+376,8
@@
class org_fsf_payment_trustcommerce extends CRM_Core_Payment {
else {
$this->_params[$field] = $value;
}
+
+ return TRUE;
}
/**