projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd64f14
)
fix IATS recurring payments
author
JoeMurray
<joe.murray@jmaconsulting.biz>
Tue, 6 May 2014 21:50:19 +0000
(17:50 -0400)
committer
JoeMurray
<joe.murray@jmaconsulting.biz>
Tue, 6 May 2014 21:50:19 +0000
(17:50 -0400)
CRM/Core/Payment/IATS.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Core/Payment/IATS.php
b/CRM/Core/Payment/IATS.php
index 452879e82b703723de5e0ae9ff69a004aabd6de3..11788114e174502f2d3ffe277b04ca7dbc74f8ce 100644
(file)
--- a/
CRM/Core/Payment/IATS.php
+++ b/
CRM/Core/Payment/IATS.php
@@
-94,7
+94,7
@@
class CRM_Core_Payment_IATS extends CRM_Core_Payment {
if (!in_array($params['currencyID'], explode(',', self::CURRENCIES))) {
return self::error('Invalid currency selection, must be one of ' . self::CURRENCIES);
}
- $isRecur =
$params['is_recur']
;
+ $isRecur =
CRM_Utils_Array::value('is_recur', $params, FALSE)
;
// AgentCode = $this->_paymentProcessor['signature'];
// Password = $this->_paymentProcessor['password' ];
// beginning of modified sample code from IATS php api include IATS supplied api library