minor fixes for paypal express on failure
This commit is contained in:
parent
e64f4fda9a
commit
6949cdd502
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ class PayPalExpressPaymentDriver extends BaseDriver
|
|||
return $response->redirect();
|
||||
}
|
||||
|
||||
$this->sendFailureMail($response->getData());
|
||||
$this->sendFailureMail($response->getMessage());
|
||||
|
||||
$message = [
|
||||
'server_response' => $response->getMessage(),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue