Fixes for failed payments when the paypal credentials are incorrect
This commit is contained in:
parent
9d09424e5e
commit
602b6a6f38
|
|
@ -95,7 +95,7 @@ class PayPalExpressPaymentDriver extends BaseDriver
|
|||
return $response->redirect();
|
||||
}
|
||||
|
||||
$this->sendFailureMail($response->getMessage() ?: '');
|
||||
// $this->sendFailureMail($response->getMessage() ?: '');
|
||||
|
||||
$message = [
|
||||
'server_response' => $response->getMessage(),
|
||||
|
|
|
|||
Loading…
Reference in New Issue