Subversion Repositories SmartDukaan

Rev

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

Rev 17459 Rev 17461
Line 242... Line 242...
242
					}
242
					}
243
					$cashBacks[$temp['UserAppCashback']['status']]['installs'] = $appInstalls;
243
					$cashBacks[$temp['UserAppCashback']['status']]['installs'] = $appInstalls;
244
				}
244
				}
245
			}
245
			}
246
		}
246
		}
247
		if(!empty($response['data'])){
-
 
248
			$this->set(compact('storemapping','activestores','pendingOrders','approvedOrders','creditedOrders','pendingCashbacks','creditedCashbacks','pendingAmount','approvedAmount','creditedAmount','cashBacks'));
247
		$this->set(compact('storemapping','activestores','pendingOrders','approvedOrders','creditedOrders','pendingCashbacks','creditedCashbacks','pendingAmount','approvedAmount','creditedAmount','cashBacks'));
249
		}
-
 
250
	}
248
	}
251
 
249
 
252
	public function getAppByDate($date) {
250
	public function getAppByDate($date) {
253
		$url = $this->apihost.'appUserBatchDateDrillDown/1/'.$date;
251
		$url = $this->apihost.'appUserBatchDateDrillDown/1/'.$date;
254
		$getApp = $this->make_request($url,null);
252
		$getApp = $this->make_request($url,null);