From d8a2e655cde0d52023e51c5e7b92ba6cd2aaa891 Mon Sep 17 00:00:00 2001 From: eileenmcnaughton Date: Thu, 30 Jul 2015 00:04:23 +0000 Subject: [PATCH] CRM-16923 fix passing on incorrect value for payment processor id frompaypal --- CRM/Contribute/BAO/Contribution.php | 1 - 1 file changed, 1 deletion(-) diff --git a/CRM/Contribute/BAO/Contribution.php b/CRM/Contribute/BAO/Contribution.php index 37295e1d26..c75a16b58f 100644 --- a/CRM/Contribute/BAO/Contribution.php +++ b/CRM/Contribute/BAO/Contribution.php @@ -2102,7 +2102,6 @@ INNER JOIN civicrm_activity ON civicrm_activity_contact.activity_id = civicrm_ac } } - $ids['contributionType'] = $this->financial_type_id; $ids['financialType'] = $this->financial_type_id; -- 2.25.1