mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fix route
This commit is contained in:
parent
10cc02c14d
commit
0eb88c5f5a
@ -52,7 +52,7 @@ class BACS
|
|||||||
}
|
}
|
||||||
private function buildReturnUrl(): string
|
private function buildReturnUrl(): string
|
||||||
{
|
{
|
||||||
return route('client.payments.store', [
|
return route('client.payment_methods.store', [
|
||||||
'company_gateway_id' => $this->stripe->company_gateway->id,
|
'company_gateway_id' => $this->stripe->company_gateway->id,
|
||||||
'payment_method_id' => GatewayType::BACS,
|
'payment_method_id' => GatewayType::BACS,
|
||||||
'session_id' => "{CHECKOUT_SESSION_ID}",
|
'session_id' => "{CHECKOUT_SESSION_ID}",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user