From 7d29463833c3a111735a4dd8feb4310e813a2834 Mon Sep 17 00:00:00 2001 From: cnohall Date: Mon, 2 Sep 2024 17:24:29 +0900 Subject: [PATCH] add back functions --- app/PaymentDrivers/Blockonomics/Blockonomics.php | 11 +++++++++++ 1 file changed, 11 insertions(+) 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;