Remove e-notice causing declaration.
authoreileen <emcnaughton@wikimedia.org>
Tue, 11 Apr 2017 11:43:18 +0000 (23:43 +1200)
committerdeb.monish <monish.deb@jmaconsulting.biz>
Wed, 12 Apr 2017 08:57:17 +0000 (14:27 +0530)
Since this is a deprecated name which doesn't work I have just removed it

CRM/Contribute/Form/AdditionalPayment.php

index 387144a170bf50c09b54c19c67f72abfe8ecc9f2..28321f2c40f4ffe71ed0cc7c303f14c5660af877 100644 (file)
@@ -513,9 +513,6 @@ class CRM_Contribute_Form_AdditionalPayment extends CRM_Contribute_Form_Abstract
     $paymentParams['contactID'] = $this->_contactId;
     CRM_Core_Payment_Form::mapParams($this->_bltID, $this->_params, $paymentParams, TRUE);
 
-    // add some financial type details to the params list
-    // if folks need to use it
-    $paymentParams['contributionType_name'] = $this->_params['contributionType_name'] = $contributionType->name;
     $paymentParams['contributionPageID'] = NULL;
     if (!empty($this->_params['is_email_receipt'])) {
       $paymentParams['email'] = $this->_contributorEmail;