From a2fbfbac1070bfd443025d05fdb28193884780c9 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Mon, 6 Sep 2021 15:48:31 +1000 Subject: [PATCH] Explicitly define the system log const --- app/PaymentDrivers/BaseDriver.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/PaymentDrivers/BaseDriver.php b/app/PaymentDrivers/BaseDriver.php index dd8a5e570179..45cd0b1c3e6c 100644 --- a/app/PaymentDrivers/BaseDriver.php +++ b/app/PaymentDrivers/BaseDriver.php @@ -478,7 +478,7 @@ class BaseDriver extends AbstractPaymentDriver $message, SystemLog::CATEGORY_GATEWAY_RESPONSE, SystemLog::EVENT_GATEWAY_FAILURE, - $this::SYSTEM_LOG_TYPE, + SystemLog::TYPE_PAYTRACE, $this->client, $this->client->company, );