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 private function buildReturnUrl(): string
{ {
return route('client.payments.confirm', [ return route('client.payment_methods.confirm', [
'method' => GatewayType::BACS, 'method' => GatewayType::BACS,
'session_id' => "{CHECKOUT_SESSION_ID}", 'session_id' => "{CHECKOUT_SESSION_ID}",
]); ]);