Fixes for system logger - Braintree paypal.

This commit is contained in:
David Bomba 2021-12-03 16:00:05 +11:00
parent b1f2ab7e8d
commit a63b02f77b

View File

@ -161,7 +161,8 @@ class PayPal
SystemLog::CATEGORY_GATEWAY_RESPONSE,
SystemLog::EVENT_GATEWAY_FAILURE,
SystemLog::TYPE_BRAINTREE,
$this->braintree->client
$this->braintree->client,
$this->braintree->client->company
);
throw new PaymentFailed($response->message, 0);