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

Minor fixes

This commit is contained in:
Lars Kusch 2022-12-16 16:55:42 +01:00
parent 2b18bf2b4b
commit 597610ed4c

View File

@ -49,7 +49,7 @@ class BACS
}
private function buildReturnUrl(): string
{
return route('client.payments.confirm', [
return route('client.payment_methods.confirm', [
'method' => GatewayType::BACS,
'session_id' => "{CHECKOUT_SESSION_ID}",
]);