diff --git a/application/models/Customer_model.php b/application/models/Customer_model.php index 569af48..1577d08 100644 --- a/application/models/Customer_model.php +++ b/application/models/Customer_model.php @@ -42,6 +42,7 @@ class Customer_model extends CI_Model { return 3; } } + $customer_data['is_otp_verified'] = 1; $status = $this->db->insert('customers',$customer_data); if($status && !empty($saved_vehicles) && !empty($cust_id = $this->db->insert_id())){ $this->db->query("UPDATE customer_vehicle SET status='1',customer_id='$cust_id'