mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Update PaymentMethod.php
Update to use systemlog const Signed-off-by: Kendall Arneaud <kendall.arneaud@gmail.com>
This commit is contained in:
parent
a2e2abb93c
commit
dece823c54
@ -180,7 +180,7 @@ class PaymentMethod implements MethodInterface
|
||||
[ 'data' => $data ],
|
||||
SystemLog::CATEGORY_GATEWAY_RESPONSE,
|
||||
SystemLog::EVENT_GATEWAY_SUCCESS,
|
||||
880,
|
||||
SystemLog::TYPE_ROTESSA,
|
||||
$this->rotessa->client,
|
||||
$this->rotessa->client->company,
|
||||
);
|
||||
@ -203,7 +203,7 @@ class PaymentMethod implements MethodInterface
|
||||
$exception->getMessage(),
|
||||
SystemLog::CATEGORY_GATEWAY_RESPONSE,
|
||||
SystemLog::EVENT_GATEWAY_FAILURE,
|
||||
880,
|
||||
SystemLog::TYPE_ROTESSA,
|
||||
$this->rotessa->client,
|
||||
$this->rotessa->client->company,
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user