From a40f5d6bc1f6f0984fa1b85dbc56331e6fab0966 Mon Sep 17 00:00:00 2001 From: Pradeep Nayak Date: Wed, 17 Feb 2016 23:18:58 +0530 Subject: [PATCH] CRM-16259, added comment block for function ---------------------------------------- * CRM-16259: Create Payment API https://issues.civicrm.org/jira/browse/CRM-16259 --- CRM/Core/BAO/FinancialTrxn.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CRM/Core/BAO/FinancialTrxn.php b/CRM/Core/BAO/FinancialTrxn.php index b7349fb894..90eb7a056f 100644 --- a/CRM/Core/BAO/FinancialTrxn.php +++ b/CRM/Core/BAO/FinancialTrxn.php @@ -541,6 +541,9 @@ WHERE pp.participant_id = {$entityId} AND ft.to_financial_account_id != {$toFina } /** + * Function records partial payment, complete's contribution if payment is fully paid + * and returns latest payment ie financial trxn + * * @param array $contribution * @param array $params * -- 2.25.1