Explicitly define the system log const

This commit is contained in:
David Bomba 2021-09-06 15:48:31 +10:00
parent 32b0479101
commit a2fbfbac10

View File

@ -478,7 +478,7 @@ class BaseDriver extends AbstractPaymentDriver
$message, $message,
SystemLog::CATEGORY_GATEWAY_RESPONSE, SystemLog::CATEGORY_GATEWAY_RESPONSE,
SystemLog::EVENT_GATEWAY_FAILURE, SystemLog::EVENT_GATEWAY_FAILURE,
$this::SYSTEM_LOG_TYPE, SystemLog::TYPE_PAYTRACE,
$this->client, $this->client,
$this->client->company, $this->client->company,
); );