Skip to content

Commit

Permalink
Merge pull request #19226 from eileenmcnaughton/odd
Browse files Browse the repository at this point in the history
Remove unused tpl assigns
  • Loading branch information
colemanw authored Dec 16, 2020
2 parents 8f66d32 + 5d24295 commit 6510787
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions CRM/Member/Form/Membership.php
Original file line number Diff line number Diff line change
Expand Up @@ -932,9 +932,6 @@ public static function emailReceipt(&$form, &$formValues, &$membership, $customV

$valuesForForm = CRM_Contribute_Form_AbstractEditPayment::formatCreditCardDetails($form->_params);
$form->assignVariables($valuesForForm, ['credit_card_exp_date', 'credit_card_type', 'credit_card_number']);

$form->assign('contributeMode', 'direct');
$form->assign('isAmountzero', 0);
$form->assign('is_pay_later', 0);
$form->assign('isPrimary', 1);
}
Expand Down

0 comments on commit 6510787

Please sign in to comment.