Fixes for auto billing

This commit is contained in:
Benjamin Beganović 2021-08-30 12:43:00 +02:00
parent 5b8347a184
commit 236a0f225a

View File

@ -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;