Skip to content

Commit

Permalink
refs #37006, update processContribution args
Browse files Browse the repository at this point in the history
  • Loading branch information
jimyhuang committed Jun 1, 2023
1 parent c69c848 commit 7f7ef62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion civicrm_backer_autoimport/civicrm_backer_autoimport.ipn.inc
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ function civicrm_backer_autoimport_ipn($payment_processor_id) {

// second, try to process contribution and contact record
if ($check_result) {
$processor->processContribution($input);
$result = array();
$processor->processContribution($input, $result);
}
}
CRM_Utils_System::civiBeforeShutdown();
Expand Down

0 comments on commit 7f7ef62

Please sign in to comment.