Skip to content

Commit

Permalink
Remove check for installments as not on the form (copied from shared …
Browse files Browse the repository at this point in the history
…code
  • Loading branch information
eileenmcnaughton committed Apr 3, 2021
1 parent 56233cb commit 7d7e0aa
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 @@ -1721,7 +1721,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 7d7e0aa

Please sign in to comment.