mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Explicitly define the system log const
This commit is contained in:
parent
32b0479101
commit
a2fbfbac10
@ -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,
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user