Subversion Repositories SmartDukaan

Rev

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

Rev 17109 Rev 17110
Line 184... Line 184...
184
 
184
 
185
	// App Credit Start
185
	// App Credit Start
186
		$creditedFortnight = array();
186
		$creditedFortnight = array();
187
		$url = $this->apihost.'appUserCashBack/'.$userId.'/Credited';
187
		$url = $this->apihost.'appUserCashBack/'.$userId.'/Credited';
188
		$getcredited = $this->make_request($url,null);
188
		$getcredited = $this->make_request($url,null);
189
		debug($getcredited);
189
		// debug($getcredited);
190
		foreach ($getcredited['UserAppCashBack'] as $key => $value) {
190
		foreach ($getcredited['UserAppCashBack'] as $key => $value) {
191
 
191
 
192
 
192
 
193
 
193
 
194
			$url = $this->apihost.'appUserBatchDrillDown/'.$userId.'/'.$value['fortnightOfYear'].'/'.$value['yearVal'];
194
			$url = $this->apihost.'appUserBatchDrillDown/'.$userId.'/'.$value['fortnightOfYear'].'/'.$value['yearVal'];