mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Add paymentView
to MethodInterface
This commit is contained in:
parent
29d56f69d5
commit
016e8033fb
@ -28,4 +28,11 @@ interface MethodInterface
|
|||||||
* @param Request $request
|
* @param Request $request
|
||||||
*/
|
*/
|
||||||
public function authorizeResponse(Request $request);
|
public function authorizeResponse(Request $request);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Payment page for the gateway method.
|
||||||
|
*
|
||||||
|
* @param array $data
|
||||||
|
*/
|
||||||
|
public function paymentView(array $data);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user