OTP template : ps
This commit is contained in:
parent
540c8022ca
commit
b5b3c29418
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user