Subversion Repositories SmartDukaan

Rev

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

Rev 20449 Rev 20450
Line 140... Line 140...
140
		}
140
		}
141
		else
141
		else
142
		{
142
		{
143
			$url = $this->apihost."getItemCashback?id=".$id;
143
			$url = $this->apihost."getItemCashback?id=".$id;
144
			$response = $this->make_request($url,null);
144
			$response = $this->make_request($url,null);
145
			$Cashbacks = $response[0];
145
			$cashbacks = $response;
146
			$this->set(compact('Cashbacks'));
146
			$this->set(compact('Cashbacks'));
147
		}
147
		}
148
	}
148
	}
149
 
149
 
150
/**
150
/**