From a63b02f77bf8681fa6f819c0588b1ec81f7d586e Mon Sep 17 00:00:00 2001 From: David Bomba Date: Fri, 3 Dec 2021 16:00:05 +1100 Subject: [PATCH] Fixes for system logger - Braintree paypal. --- app/PaymentDrivers/Braintree/PayPal.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/PaymentDrivers/Braintree/PayPal.php b/app/PaymentDrivers/Braintree/PayPal.php index 6849ebf2f9b8..a58736571ba6 100644 --- a/app/PaymentDrivers/Braintree/PayPal.php +++ b/app/PaymentDrivers/Braintree/PayPal.php @@ -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);