From 04546877dce5871943729acc8502c8d16f916b58 Mon Sep 17 00:00:00 2001 From: Venkatesh Date: Wed, 8 Apr 2026 15:00:59 +0530 Subject: [PATCH] FIX_API_KEY_FOR_OPD --- app/Controllers/EmployeeRestController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Controllers/EmployeeRestController.php b/app/Controllers/EmployeeRestController.php index 8fe79a3..40f95ad 100755 --- a/app/Controllers/EmployeeRestController.php +++ b/app/Controllers/EmployeeRestController.php @@ -2681,7 +2681,7 @@ class EmployeeRestController extends AdminController - if($this->request->getGet('policy') == 'GMC-SI-TOPUP'){ + if($this->request->getGet('policy') == 'GMC-SI-TOPUP' || $this->request->getGet('policy') == 'GMC-OPD'){ return $this->respond(['status' => 'success','code' => 200,'data' => ['gmc_si_topup'=>$responce]], 200); }