* - thankyou_date (not all forms will set this)
*
* @param CRM_Financial_DAO_FinancialType $financialType
- * @param bool $pending
- * The intention is this should always be TRUE and we are refactoring towards any completion happening elsewhere.
* @param bool $online
* Is the form a front end form? If so set a bunch of unpredictable things that should be passed in from the form.
*
$result,
$contributionParams,
$financialType,
- $pending,
$online,
$billingLocationID
) {
if (isset($params['amount'])) {
$contributionParams = array_merge(self::getContributionParams(
- $params, $financialType->id, $nonDeductibleAmount, $pending,
+ $params, $financialType->id, $nonDeductibleAmount, TRUE,
$result, $receiptDate,
$recurringContributionID), $contributionParams
);
$result,
$contributionParams,
$financialType,
- $pending,
TRUE,
$form->_bltID
);