Subversion Repositories SmartDukaan

Rev

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

Rev 14111 Rev 14224
Line 38... Line 38...
38
			$this->set('orders',$response['data']);
38
			$this->set('orders',$response['data']);
39
		}
39
		}
40
		$ignoredFields = array('imgUrl','status','productTitle','estimatedDeliveryDate','productCode','merchantSubOrderId','productUrl','closed','tracingkUrl','detailedStatus');
40
		$ignoredFields = array('imgUrl','status','productTitle','estimatedDeliveryDate','productCode','merchantSubOrderId','productUrl','closed','tracingkUrl','detailedStatus');
41
		$storemapping = Configure::read('storemapping');
41
		$storemapping = Configure::read('storemapping');
42
		$activestores = Configure::read('activestores');
42
		$activestores = Configure::read('activestores');
-
 
43
		$amazonorderurl = Configure::read('amazonorderurl');
43
		$this->set(compact('ignoredFields','page','totalPages','userId','activestores','storemapping'));
44
		$this->set(compact('ignoredFields','page','totalPages','userId','activestores','storemapping','amazonorderurl'));
44
	}
45
	}
45
 
46
 
46
	public function pendingcashbacks() {
47
	public function pendingcashbacks() {
47
		$userId = $this->request->query('user_id');
48
		$userId = $this->request->query('user_id');
48
		if(isset($userId) && !empty($userId)){
49
		if(isset($userId) && !empty($userId)){