コード例 #1
0
function updatePledgePayments($pledgeId, $paymentStatusId, $paymentIds)
{
    $result = updatePledgePayments($pledgeId, $paymentStatusId, $paymentIds = NULL);
    return $result;
}
コード例 #2
0
function updatePledgePayments($pledgeId, $paymentStatusId, $paymentIds)
{
    require_once 'CRM/Pledge/BAO/Pledge.php';
    $result = updatePledgePayments($pledgeId, $paymentStatusId, $paymentIds = NULL);
    return $result;
}