diff --git a/app/PaymentDrivers/Stripe/SEPA.php b/app/PaymentDrivers/Stripe/SEPA.php index dd373571f968..f2525f938b15 100644 --- a/app/PaymentDrivers/Stripe/SEPA.php +++ b/app/PaymentDrivers/Stripe/SEPA.php @@ -26,7 +26,11 @@ class SEPA implements MethodInterface { $this->stripe = $stripe; } - public function authorizeView(array $data) { } + + public function authorizeView($data) + { + return render('gateways.stripe.sofort.authorize', $data); + } public function authorizeResponse(Request $request) { }