Subversion Repositories SmartDukaan

Rev

Rev 20454 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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