Fixes for auto billing
This commit is contained in:
parent
5b8347a184
commit
236a0f225a
1 changed files with 4 additions and 2 deletions
|
|
@ -221,7 +221,8 @@ class BraintreePaymentDriver extends BaseDriver
|
|||
SystemLog::CATEGORY_GATEWAY_RESPONSE,
|
||||
SystemLog::EVENT_GATEWAY_SUCCESS,
|
||||
SystemLog::TYPE_BRAINTREE,
|
||||
$this->client
|
||||
$this->client,
|
||||
$this->client->company,
|
||||
);
|
||||
|
||||
return $payment;
|
||||
|
|
@ -242,7 +243,8 @@ class BraintreePaymentDriver extends BaseDriver
|
|||
SystemLog::CATEGORY_GATEWAY_RESPONSE,
|
||||
SystemLog::EVENT_GATEWAY_FAILURE,
|
||||
SystemLog::TYPE_BRAINTREE,
|
||||
$this->client
|
||||
$this->client,
|
||||
$this->client->company
|
||||
);
|
||||
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue