diff --git a/app/PaymentDrivers/Rotessa/PaymentMethod.php b/app/PaymentDrivers/Rotessa/PaymentMethod.php index 2a551dff7ee6..beb43e04b03e 100755 --- a/app/PaymentDrivers/Rotessa/PaymentMethod.php +++ b/app/PaymentDrivers/Rotessa/PaymentMethod.php @@ -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, );