mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fixes for base driver
This commit is contained in:
parent
e52f93be74
commit
f8a11232a6
@ -552,8 +552,8 @@ class BaseDriver extends AbstractPaymentDriver
|
|||||||
{
|
{
|
||||||
return route('payment_notification_webhook', [
|
return route('payment_notification_webhook', [
|
||||||
'company_key' => $this->client->company->company_key,
|
'company_key' => $this->client->company->company_key,
|
||||||
'company_gateway_id' => $this->company_gateway->id,
|
'company_gateway_id' => $this->encodePrimaryKey($this->company_gateway->id),
|
||||||
'client' => $this->client->id,
|
'client' => $this->encodePrimaryKey($this->client->id),
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user