mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fixes for auto billing
This commit is contained in:
parent
5b8347a184
commit
236a0f225a
@ -221,7 +221,8 @@ class BraintreePaymentDriver extends BaseDriver
|
|||||||
SystemLog::CATEGORY_GATEWAY_RESPONSE,
|
SystemLog::CATEGORY_GATEWAY_RESPONSE,
|
||||||
SystemLog::EVENT_GATEWAY_SUCCESS,
|
SystemLog::EVENT_GATEWAY_SUCCESS,
|
||||||
SystemLog::TYPE_BRAINTREE,
|
SystemLog::TYPE_BRAINTREE,
|
||||||
$this->client
|
$this->client,
|
||||||
|
$this->client->company,
|
||||||
);
|
);
|
||||||
|
|
||||||
return $payment;
|
return $payment;
|
||||||
@ -242,7 +243,8 @@ class BraintreePaymentDriver extends BaseDriver
|
|||||||
SystemLog::CATEGORY_GATEWAY_RESPONSE,
|
SystemLog::CATEGORY_GATEWAY_RESPONSE,
|
||||||
SystemLog::EVENT_GATEWAY_FAILURE,
|
SystemLog::EVENT_GATEWAY_FAILURE,
|
||||||
SystemLog::TYPE_BRAINTREE,
|
SystemLog::TYPE_BRAINTREE,
|
||||||
$this->client
|
$this->client,
|
||||||
|
$this->client->company
|
||||||
);
|
);
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user