Minor fixes for authorize
This commit is contained in:
parent
02ec28d90a
commit
ff9ef7c13d
|
|
@ -230,7 +230,7 @@ class AuthorizeCreditCard
|
||||||
$logger_message,
|
$logger_message,
|
||||||
SystemLog::CATEGORY_GATEWAY_RESPONSE,
|
SystemLog::CATEGORY_GATEWAY_RESPONSE,
|
||||||
SystemLog::EVENT_GATEWAY_ERROR,
|
SystemLog::EVENT_GATEWAY_ERROR,
|
||||||
$gateway::SYSTEM_LOG_TYPE,
|
SystemLog::TYPE_AUTHORIZE,
|
||||||
$this->authorize->client,
|
$this->authorize->client,
|
||||||
$this->authorize->client->company,
|
$this->authorize->client->company,
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue