mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fixes for SystemLogger
This commit is contained in:
parent
e3385c7b08
commit
a2373d86de
@ -140,7 +140,8 @@ class PayPal
|
|||||||
SystemLog::CATEGORY_GATEWAY_RESPONSE,
|
SystemLog::CATEGORY_GATEWAY_RESPONSE,
|
||||||
SystemLog::EVENT_GATEWAY_SUCCESS,
|
SystemLog::EVENT_GATEWAY_SUCCESS,
|
||||||
SystemLog::TYPE_BRAINTREE,
|
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)]);
|
return redirect()->route('client.payments.show', ['payment' => $this->braintree->encodePrimaryKey($payment->id)]);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user