From daa85c5f02b453d9313de40a8e58de80bedc9205 Mon Sep 17 00:00:00 2001 From: "venkatesh.r" Date: Tue, 1 Apr 2025 10:12:43 +0530 Subject: [PATCH] FIX_VERIFY_MPIN : RV --- app/Controllers/RestAuthenticationController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Controllers/RestAuthenticationController.php b/app/Controllers/RestAuthenticationController.php index 66489ee..a4a98d5 100755 --- a/app/Controllers/RestAuthenticationController.php +++ b/app/Controllers/RestAuthenticationController.php @@ -441,7 +441,7 @@ class RestAuthenticationController extends AdminController // Call the third-party API function - $apiResponse = $this->callThirdPartyAPI($this->request->getJSON(), '/employeeRest/verifyMpin'); + $apiResponse = $this->callThirdPartyAPI($this->request->getJSON(), 'verifyMpin'); return $this->respond(['status' => 'failed', 'code' => 404, 'data' => "Invalid OTP", 'post_enrollment' => json_decode($apiResponse, true)], 200); //$apiResponse = $this->callThirdPartyAPI($this->request->getJSON(),'/getVerifiedUserData');