mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
Minor fixes
This commit is contained in:
parent
2b18bf2b4b
commit
597610ed4c
@ -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}",
|
||||
]);
|
||||
|
Loading…
Reference in New Issue
Block a user