Subversion Repositories SmartDukaan

Rev

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

Rev 20448 Rev 20449
Line 47... Line 47...
47
		}
47
		}
48
		else 
48
		else 
49
		{
49
		{
50
			$url = $this->apihost."getItemCashback?offset=".$offset."&limit=".$limit;
50
			$url = $this->apihost."getItemCashback?offset=".$offset."&limit=".$limit;
51
		}
51
		}
52
		echo $url;
52
		//echo $url;
53
// 		$url = $this->apihost."getItemCashback/?limit=$limit&offset=$offset";
53
// 		$url = $this->apihost."getItemCashback/?limit=$limit&offset=$offset";
54
		$response = $this->make_request($url,null);
54
		$response = $this->make_request($url,null);
55
		$this->set('cashbacks', $response);
55
		$this->set('cashbacks', $response);
56
		$this->set('page',$page);
56
		$this->set('page',$page);
57
	}
57
	}