1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-13 06:32:40 +01:00

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,
SystemLog::CATEGORY_GATEWAY_RESPONSE,
SystemLog::EVENT_GATEWAY_FAILURE,
$this::SYSTEM_LOG_TYPE,
SystemLog::TYPE_PAYTRACE,
$this->client,
$this->client->company,
);