From: Pradeep Nayak Date: Wed, 17 Feb 2016 17:48:58 +0000 (+0530) Subject: CRM-16259, added comment block for function X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=a40f5d6bc1f6f0984fa1b85dbc56331e6fab0966;p=civicrm-core.git CRM-16259, added comment block for function ---------------------------------------- * CRM-16259: Create Payment API https://issues.civicrm.org/jira/browse/CRM-16259 --- 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 *