mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-06 06:44:36 -04:00
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…
x
Reference in New Issue
Block a user