You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have created a Contribution form that provides special options for delayed billing besides what's actually out-of-the-box (like Quarterly, etc).
When submitting the form it fails due to the code below (from iATS.php in iats_civicrm_pre
// Fix a civi bug while I'm here.if (empty($params['installments'])) {
$params['installments'] = '0';
}
What I expect
Maybe a setting in iATS to be able to turn this off and on?
Proposed Solution
Would it be possible that we could provide a setting in iATS settings page that either turns this off an on. I'd rather not have to hotpatch this each time.
If you have some specific preferred I'm happy to create a patch to contribute. I was thinking like Set default instalments to zero, although I'm sure there is better. Then out of the box it could be set to true.
The text was updated successfully, but these errors were encountered:
Problem
We have created a Contribution form that provides special options for delayed billing besides what's actually out-of-the-box (like Quarterly, etc).
When submitting the form it fails due to the code below (from iATS.php in
iats_civicrm_pre
What I expect
Maybe a setting in iATS to be able to turn this off and on?
Proposed Solution
Would it be possible that we could provide a setting in iATS settings page that either turns this off an on. I'd rather not have to hotpatch this each time.
If you have some specific preferred I'm happy to create a patch to contribute. I was thinking like
Set default instalments to zero
, although I'm sure there is better. Then out of the box it could be set to true.The text was updated successfully, but these errors were encountered: