Subversion Repositories SmartDukaan

Rev

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

Rev 12990 Rev 12996
Line 644... Line 644...
644
			redirect(base_url());
644
			redirect(base_url());
645
		}
645
		}
646
	}
646
	}
647
 
647
 
648
	public function getstatus() {
648
	public function getstatus() {
-
 
649
		if(isset($_GET['rechargeOrderId']) && !empty($_GET['rechargeOrderId'])){
-
 
650
			//$_GET['rechargeOrderId'] = $_GET['rechargeOrderId'];
-
 
651
			// $this->lessphp->object()->ccompile('assets/css/recharge.less','assets/css/recharge.css');
649
		print_r($_GET);	
652
			$rechargeId = $_GET['id'];
-
 
653
			$isFinal = isset($_GET['isFinal'])?$_GET['isFinal']:false;
-
 
654
			// $data['stylesheet'] = 'recharge.css';
-
 
655
			$data['response']=$this->recharge_model->getList($this->input->get(),$this->input->post(),$this->config->item('rechargeStatus'));
-
 
656
			if(!empty($data['response']['response'])){
-
 
657
				print_r($data['response']['response']['recharge_status'][0]->response->rechargeStatus);die;
-
 
658
			}
-
 
659
			// print_r($data['response']);die;
-
 
660
			// $this->layout->view('recharge/recharge_status',$data);
-
 
661
		}	
650
	}
662
	}
651
}
663
}
652
 
664
 
653
/* End of file welcome.php */
665
/* End of file welcome.php */
654
/* Location: ./application/controllers/welcome.php */
666
/* Location: ./application/controllers/welcome.php */