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 private function buildReturnUrl(): string
{ {
return route('client.payments.store', [ return route('client.payment_methods.store', [
'company_gateway_id' => $this->stripe->company_gateway->id, 'company_gateway_id' => $this->stripe->company_gateway->id,
'payment_method_id' => GatewayType::BACS, 'payment_method_id' => GatewayType::BACS,
'session_id' => "{CHECKOUT_SESSION_ID}", 'session_id' => "{CHECKOUT_SESSION_ID}",