FIX_VERIFY_MPIN : RV

This commit is contained in:
VENKATESHWARAN 2025-04-01 10:12:43 +05:30
parent 15f080e1df
commit daa85c5f02

View File

@ -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');