mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-03 02:34:35 -04:00
Added authorisation
This commit is contained in:
parent
6cc30a2454
commit
b727a07476
@ -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) { }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user