diff --git a/app/PaymentDrivers/Blockonomics/Blockonomics.php b/app/PaymentDrivers/Blockonomics/Blockonomics.php index 37e1ef050c16..7f67d7925ce7 100644 --- a/app/PaymentDrivers/Blockonomics/Blockonomics.php +++ b/app/PaymentDrivers/Blockonomics/Blockonomics.php @@ -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;