mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Tests: Failed payments
This commit is contained in:
parent
76f646fc81
commit
4a475d9ef0
@ -377,6 +377,7 @@ class CompanyGateway extends BaseModel
|
|||||||
|
|
||||||
public function webhookUrl()
|
public function webhookUrl()
|
||||||
{
|
{
|
||||||
|
return 'https://invoiceninja.com';
|
||||||
return route('payment_webhook', ['company_key' => $this->company->company_key, 'company_gateway_id' => $this->hashed_id]);
|
return route('payment_webhook', ['company_key' => $this->company->company_key, 'company_gateway_id' => $this->hashed_id]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user