mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
minor fixes for paypal express on failure
This commit is contained in:
parent
e64f4fda9a
commit
6949cdd502
@ -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…
x
Reference in New Issue
Block a user