mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
add back functions
This commit is contained in:
parent
a32ef1a055
commit
7d29463833
@ -36,6 +36,17 @@ class Blockonomics implements MethodInterface
|
||||
$this->driver_class->init();
|
||||
}
|
||||
|
||||
public function authorizeView($data)
|
||||
{
|
||||
}
|
||||
|
||||
public function authorizeRequest($request)
|
||||
{
|
||||
}
|
||||
public function authorizeResponse($request)
|
||||
{
|
||||
}
|
||||
|
||||
public function paymentView($data)
|
||||
{
|
||||
$data['gateway'] = $this->driver_class;
|
||||
|
Loading…
x
Reference in New Issue
Block a user