Subversion Repositories SmartDukaan

Rev

Rev 12704 | Rev 12732 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 12704 Rev 12705
Line 1366... Line 1366...
1366
	return $response;
1366
	return $response;
1367
}
1367
}
1368
 
1368
 
1369
 
1369
 
1370
	function fossignup($data=array()) {
1370
	function fossignup($data=array()) {
-
 
1371
error_log(print_r($data,1));
1371
		$response =array();
1372
		$response =array();
1372
		if(isset($data['response']) && !empty($data['response']))
1373
		if(isset($data['response']) && !empty($data['response']))
1373
		{			
1374
		{			
1374
			$data = json_decode($data['response']);			
1375
			$data = json_decode($data['response']);			
1375
			$data = $data->response;
1376
			$data = $data->response;