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:
parent
32b0479101
commit
a2fbfbac10
@ -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,
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user