mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fixes for missing props for checkout
This commit is contained in:
parent
2d6bf6cace
commit
52b24e0fab
@ -415,7 +415,8 @@ class CheckoutComPaymentDriver extends BaseDriver
|
|||||||
SystemLog::CATEGORY_GATEWAY_RESPONSE,
|
SystemLog::CATEGORY_GATEWAY_RESPONSE,
|
||||||
SystemLog::EVENT_GATEWAY_SUCCESS,
|
SystemLog::EVENT_GATEWAY_SUCCESS,
|
||||||
SystemLog::TYPE_CHECKOUT,
|
SystemLog::TYPE_CHECKOUT,
|
||||||
$this->client
|
$this->client,
|
||||||
|
$this->client->company,
|
||||||
);
|
);
|
||||||
|
|
||||||
return $payment;
|
return $payment;
|
||||||
@ -436,7 +437,8 @@ class CheckoutComPaymentDriver extends BaseDriver
|
|||||||
SystemLog::CATEGORY_GATEWAY_RESPONSE,
|
SystemLog::CATEGORY_GATEWAY_RESPONSE,
|
||||||
SystemLog::EVENT_GATEWAY_FAILURE,
|
SystemLog::EVENT_GATEWAY_FAILURE,
|
||||||
SystemLog::TYPE_CHECKOUT,
|
SystemLog::TYPE_CHECKOUT,
|
||||||
$this->client
|
$this->client,
|
||||||
|
$this->client->company
|
||||||
);
|
);
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user