minor fixes for paypal express on failure

This commit is contained in:
David Bomba 2021-10-25 14:32:22 +11:00
parent e64f4fda9a
commit 6949cdd502

View File

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