Skip to content

Commit

Permalink
Merge pull request #19964 from eileenmcnaughton/mem_install
Browse files Browse the repository at this point in the history
Membership form Remove check for installments as not on the form (copied from shared code)
  • Loading branch information
colemanw authored Apr 8, 2021
2 parents b61cc5d + 7d7e0aa commit 5db0bc3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CRM/Member/Form/Membership.php
Original file line number Diff line number Diff line change
Expand Up @@ -1708,7 +1708,6 @@ protected function legacyProcessRecurringContribution(array $params, $contactID)
$recurParams['auto_renew'] = TRUE;
$recurParams['frequency_unit'] = $this->getFrequencyUnit();
$recurParams['frequency_interval'] = $this->getFrequencyInterval();
$recurParams['installments'] = $params['installments'] ?? NULL;
$recurParams['financial_type_id'] = $this->getFinancialTypeID();
$recurParams['currency'] = $this->getCurrency();
$recurParams['payment_instrument_id'] = $this->getPaymentInstrumentID();
Expand Down

0 comments on commit 5db0bc3

Please sign in to comment.