Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ainaraRT committed Jan 18, 2024
1 parent 79d9180 commit 37570d6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,10 @@ protected function doAction()
$payment = $this->fp->getResponseData();

// If the shipment has not gone ok it generates a trace
if (!$mailer->sendAdminMail($objWeb, $payment, $this->bo->getFormParams(), $donator, $candidates, $donatorResult)) {
if (!$mailer->sendAdminMail($objWeb, $payment, $this->bo->getFormParams(), $donator, $candidates, $donatorResult)) {
$GLOBALS['log']->error('Line ' . __LINE__ . ': ' . __METHOD__ . ": Unable to send the email to the administrator.");
}

// If we are in an advanced version of the form send the notice to the user
if ($this->version > 1) {
$defParams = $this->bo->getDefParams();
Expand Down

0 comments on commit 37570d6

Please sign in to comment.