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