Added authorisation
This commit is contained in:
parent
6cc30a2454
commit
b727a07476
|
|
@ -26,7 +26,11 @@ class SEPA implements MethodInterface
|
||||||
{
|
{
|
||||||
$this->stripe = $stripe;
|
$this->stripe = $stripe;
|
||||||
}
|
}
|
||||||
public function authorizeView(array $data) { }
|
|
||||||
|
public function authorizeView($data)
|
||||||
|
{
|
||||||
|
return render('gateways.stripe.sofort.authorize', $data);
|
||||||
|
}
|
||||||
|
|
||||||
public function authorizeResponse(Request $request) { }
|
public function authorizeResponse(Request $request) { }
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue