Subversion Repositories SmartDukaan

Rev

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

Rev 11885 Rev 11924
Line 790... Line 790...
790
	return $response;
790
	return $response;
791
 
791
 
792
}
792
}
793
function carts($data=array())
793
function carts($data=array())
794
{    
794
{    
795
	//print_r($data);
-
 
796
	$response =array();
795
	$response =array();
797
	if(isset($data['response']) && !empty($data['response'])){
796
	if(isset($data['response']) && !empty($data['response'])){
798
		$response[] = json_decode($data['response']);
797
		$response[] = json_decode($data['response']);
799
		
798
		
800
	}
799
	}