Skip to content

Commit

Permalink
Merge pull request #541 from compucorp/COMCL-887-renew-completed-cont…
Browse files Browse the repository at this point in the history
…ribution

COMCL-887: Support renewal of paid contribution
  • Loading branch information
olayiwola-compucorp authored Nov 4, 2024
2 parents 7204a79 + ae4abdb commit 8b83f2d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ protected function getRecurringContributions() {
LEFT JOIN civicrm_membership cm ON (cm.id = cli.entity_id AND cli.entity_table = 'civicrm_membership')
LEFT JOIN civicrm_value_payment_plan_extra_attributes ppea ON ppea.entity_id = ccr.id
WHERE (ccr.payment_processor_id IS NULL OR ccr.payment_processor_id IN ({$supportedPaymentProcessorsIDs}))
AND ccr.end_date IS NULL
AND (
ccr.installments <= 1
OR ccr.installments IS NULL
Expand Down

0 comments on commit 8b83f2d

Please sign in to comment.