X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FPledge%2FBAO%2FPledgePayment.php;h=ba7084526626a6b5b74df537747dfcdf894b1724;hb=fd31fa4c65b766d62df21f578772960955322576;hp=ff728e358d0e01b41fb2164cacc856bbc6259411;hpb=6c8f6e67e62e4fc55c11e220063c4cbbe60da051;p=civicrm-core.git diff --git a/CRM/Pledge/BAO/PledgePayment.php b/CRM/Pledge/BAO/PledgePayment.php index ff728e358d..ba70845266 100644 --- a/CRM/Pledge/BAO/PledgePayment.php +++ b/CRM/Pledge/BAO/PledgePayment.php @@ -322,14 +322,15 @@ WHERE pledge_id = %1 /** * update Pledge Payment Status * - * @param int $pledgeID, id of pledge - * @param array $paymentIDs, ids of pledge payment(s) to update - * @param int $paymentStatusID, payment status to set - * @param int $pledgeStatus, pledge status to change (if needed) - * @param float $actualAmount, actual amount being paid - * @param bool $adjustTotalAmount, is amount being paid different from scheduled amount? - * @param bool $isScriptUpdate, is function being called from bin script? + * @param int $pledgeID , id of pledge + * @param array $paymentIDs , ids of pledge payment(s) to update + * @param int $paymentStatusID , payment status to set + * @param null $pledgeStatusID + * @param float|int $actualAmount , actual amount being paid + * @param bool $adjustTotalAmount , is amount being paid different from scheduled amount? + * @param bool $isScriptUpdate , is function being called from bin script? * + * @internal param int $pledgeStatus , pledge status to change (if needed) * @return int $newStatus, updated status id (or 0) */ static function updatePledgePaymentStatus(