Fixes for SystemLogger
This commit is contained in:
parent
e3385c7b08
commit
a2373d86de
1 changed files with 2 additions and 1 deletions
|
|
@ -140,7 +140,8 @@ class PayPal
|
|||
SystemLog::CATEGORY_GATEWAY_RESPONSE,
|
||||
SystemLog::EVENT_GATEWAY_SUCCESS,
|
||||
SystemLog::TYPE_BRAINTREE,
|
||||
$this->braintree->client
|
||||
$this->braintree->client,
|
||||
$this->braintree->client->company,
|
||||
);
|
||||
|
||||
return redirect()->route('client.payments.show', ['payment' => $this->braintree->encodePrimaryKey($payment->id)]);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue