Commit ffe3689d by Jansa Jose

card details changed webservice model

parent 16525e3d
......@@ -1981,7 +1981,7 @@ class Webservice_model extends CI_Model {
// ........................add save card
public function save_card($data){
print_r($data);exit();
//print_r($data);exit();
if($this->db->insert('tbl_card_details',$data)){
$res = $res = array('status'=>'success');
}else{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment