diff --git a/CRM/Core/Payment/BaseIPN.php b/CRM/Core/Payment/BaseIPN.php index 3b86ecd52c75b0e3ed1418203e3946b610cd25e3..34fac24bffc35a38c716aeb2d100773e8cd8b31c 100644 --- a/CRM/Core/Payment/BaseIPN.php +++ b/CRM/Core/Payment/BaseIPN.php @@ -489,6 +489,8 @@ LIMIT 1;"; } $input['total_amount'] = $input['amount']; $input['contribution'] = $contribution; + $input['financial_type_id'] = $contribution->financial_type_id; + if (CRM_Utils_Array::value('participant', $contribution->_relatedObjects)) { $input['contribution_mode'] = 'participant'; $input['participant_id'] = $contribution->_relatedObjects['participant']->id;