Subversion Repositories SmartDukaan

Rev

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

Rev 10582 Rev 11426
Line 30... Line 30...
30
	
30
	
31
 
31
 
32
	function getCheckoutDetails($get=array(),$post=array(),$module=array())
32
	function getCheckoutDetails($get=array(),$post=array(),$module=array())
33
	{
33
	{
34
 
34
 
-
 
35
		log_message('debug',"[GETCHECKOUTDETAILS] POST ".print_r($post,1));
35
		$output =array();
36
		$output =array();
36
		if(isset($module) and !empty($module))
37
		if(isset($module) and !empty($module))
37
		{
38
		{
38
			if(isset($module['header']) and !empty($module['header']))
39
			if(isset($module['header']) and !empty($module['header']))
39
			{
40
			{
Line 78... Line 79...
78
		//$this->curlURL('products','get',$get);
79
		//$this->curlURL('products','get',$get);
79
		$responses = $this->mcurl->execute();
80
		$responses = $this->mcurl->execute();
80
		//print_r($responses);
81
		//print_r($responses);
81
		if(isset($responses) and !empty($responses))
82
		if(isset($responses) and !empty($responses))
82
		$responses = $this->parser->parse_response($responses,$module);
83
		$responses = $this->parser->parse_response($responses,$module);
83
	
-
 
-
 
84
		log_message('debug',"[GETCHECKOUTDETAILS] Response ".print_r($responses,1));
84
		
85
		
85
		return $responses;
86
		return $responses;
86
	}
87
	}
87
function curlURL($configurl=null,$methodtype='get',$parameter=array())
88
function curlURL($configurl=null,$methodtype='get',$parameter=array())
88
{
89
{