From b5b3c294186560e5bef9c8f84b60e267666e5536 Mon Sep 17 00:00:00 2001 From: VE10-Sanjeev Date: Wed, 13 Apr 2022 19:52:44 +0530 Subject: [PATCH] OTP template : ps --- api/application/controllers/User_Management_Controller.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/api/application/controllers/User_Management_Controller.php b/api/application/controllers/User_Management_Controller.php index 65717bef..e38c5dbc 100644 --- a/api/application/controllers/User_Management_Controller.php +++ b/api/application/controllers/User_Management_Controller.php @@ -567,8 +567,9 @@ else { // SMS_GUPSHUP::sendSMS($msg,$mobile); // $msg = "OTP for starting your personal discussions with the verification officer is ".$OTP.".Pls share this only when the officer has reached your place"; // $msg = "PD for Loan Applicant ".$OTP." ID - ".$OTP." has been triggered."; - $msg = "PDGenie OTP is : ".$OTP; - SMS_GUPSHUP::sendSMS($msg,$mobile,array('id'=>$userid,'msg'=>"Your OTP is ".$OTP." from User Management Controller")); + //$msg = "PDGenie OTP is : ".$OTP; + $msg = "PDGenie Authentication Code is ".$OTP; + SMS_GUPSHUP::sendSMS($msg,$mobile,array('id'=>$userid,'msg'=>"PDGenie Authentication Code is ".$OTP." from User Management Controller")); $this->User_Management_Model->updateRecords(array('OTP'=>$OTP),USERPROFILE,array('userid'=>$userid)); $data['dataStatus'] = true;