OTP template : ps

This commit is contained in:
VE10-Sanjeev 2022-04-13 19:52:44 +05:30
parent 540c8022ca
commit b5b3c29418

View File

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