Fixes for failed payments when the paypal credentials are incorrect

This commit is contained in:
David Bomba 2022-10-30 17:52:29 +11:00
parent 9d09424e5e
commit 602b6a6f38

View File

@ -95,7 +95,7 @@ class PayPalExpressPaymentDriver extends BaseDriver
return $response->redirect();
}
$this->sendFailureMail($response->getMessage() ?: '');
// $this->sendFailureMail($response->getMessage() ?: '');
$message = [
'server_response' => $response->getMessage(),