FIX_VERIFY_MPIN : RV
This commit is contained in:
parent
15f080e1df
commit
daa85c5f02
@ -441,7 +441,7 @@ class RestAuthenticationController extends AdminController
|
|||||||
|
|
||||||
// Call the third-party API function
|
// 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);
|
return $this->respond(['status' => 'failed', 'code' => 404, 'data' => "Invalid OTP", 'post_enrollment' => json_decode($apiResponse, true)], 200);
|
||||||
|
|
||||||
//$apiResponse = $this->callThirdPartyAPI($this->request->getJSON(),'/getVerifiedUserData');
|
//$apiResponse = $this->callThirdPartyAPI($this->request->getJSON(),'/getVerifiedUserData');
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user