Fixes for missing props for checkout

This commit is contained in:
David Bomba 2023-11-24 17:32:10 +11:00
parent 2d6bf6cace
commit 52b24e0fab

View File

@ -415,7 +415,8 @@ class CheckoutComPaymentDriver extends BaseDriver
SystemLog::CATEGORY_GATEWAY_RESPONSE,
SystemLog::EVENT_GATEWAY_SUCCESS,
SystemLog::TYPE_CHECKOUT,
$this->client
$this->client,
$this->client->company,
);
return $payment;
@ -436,7 +437,8 @@ class CheckoutComPaymentDriver extends BaseDriver
SystemLog::CATEGORY_GATEWAY_RESPONSE,
SystemLog::EVENT_GATEWAY_FAILURE,
SystemLog::TYPE_CHECKOUT,
$this->client
$this->client,
$this->client->company
);
return false;