1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 13:12:50 +01:00

Fix route

This commit is contained in:
Lars Kusch 2022-12-16 15:21:56 +01:00
parent 10cc02c14d
commit 0eb88c5f5a

View File

@ -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}",