Subversion Repositories SmartDukaan

Rev

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

Rev 12694 Rev 12700
Line 110... Line 110...
110
			{
110
			{
111
				foreach($module['response'] as $response)
111
				foreach($module['response'] as $response)
112
				{
112
				{
113
					if(isset($post) and !empty($post))
113
					if(isset($post) and !empty($post))
114
					{
114
					{
115
						if($this->current_client=='prestashop' || $this->current_client=='magento' )
115
						if($this->current_client=='prestashop' || $this->current_client=='magento' ) {
116
						$this->curlURL($response,'post',$post);
116
							$this->curlURL($response,'post',$post);
117
					else
117
						}
-
 
118
						else{							
118
						$this->curlURL($response,'post',$post);
119
							$this->curlURL($response,'post',$post);
119
 
120
						}
120
					}
121
					}
121
				}
122
				}
122
			}
123
			}			
123
 
-
 
124
			
-
 
125
		}
124
		}
126
		
125
		
127
		//add_call( KEY, METHOD, URL, array of PARAMS, array of CURL_OPTS )
126
		//add_call( KEY, METHOD, URL, array of PARAMS, array of CURL_OPTS )
128
		//$this->curlURL('products','get',$get);
127
		//$this->curlURL('products','get',$get);
129
		$responses = $this->mcurl->execute();
128
		$responses = $this->mcurl->execute();