From ff9ef7c13d97079cd129dbad03d2fca84e30d696 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Tue, 17 Aug 2021 20:08:49 +1000 Subject: [PATCH] Minor fixes for authorize --- app/PaymentDrivers/Authorize/AuthorizeCreditCard.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/PaymentDrivers/Authorize/AuthorizeCreditCard.php b/app/PaymentDrivers/Authorize/AuthorizeCreditCard.php index 0bdeb119229d..dccc3276ef31 100644 --- a/app/PaymentDrivers/Authorize/AuthorizeCreditCard.php +++ b/app/PaymentDrivers/Authorize/AuthorizeCreditCard.php @@ -230,7 +230,7 @@ class AuthorizeCreditCard $logger_message, SystemLog::CATEGORY_GATEWAY_RESPONSE, SystemLog::EVENT_GATEWAY_ERROR, - $gateway::SYSTEM_LOG_TYPE, + SystemLog::TYPE_AUTHORIZE, $this->authorize->client, $this->authorize->client->company, );