CRM-15509 cleanup, I grepped templates & couldn't find this param in use
authorEileen McNaughton <eileen@fuzion.co.nz>
Mon, 27 Oct 2014 19:11:47 +0000 (08:11 +1300)
committerEileen McNaughton <eileen@fuzion.co.nz>
Mon, 27 Oct 2014 19:22:55 +0000 (08:22 +1300)
CRM/Contribute/Form/ContributionBase.php

index 5ccc183496cd15207fba7f1d32bee40ffbba62dc..4ef097c60fe3d8366e766b532cbf5153cfd8a0f2 100644 (file)
@@ -648,7 +648,6 @@ class CRM_Contribute_Form_ContributionBase extends CRM_Core_Form {
       if ($this->_paymentProcessor &&
         $this->_paymentProcessor['payment_type'] & CRM_Core_Payment::PAYMENT_TYPE_DIRECT_DEBIT
       ) {
-        $this->assign('payment_type', $this->_paymentProcessor['payment_type']);
         $this->assign('account_holder', $this->_params['account_holder']);
         $this->assign('bank_identification_number', $this->_params['bank_identification_number']);
         $this->assign('bank_name', $this->_params['bank_name']);