Subversion Repositories SmartDukaan

Rev

Rev 16269 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 16269 Rev 16276
Line 7... Line 7...
7
 
7
 
8
    public $CI;
8
    public $CI;
9
 
9
 
10
    public function tracking_info() {
10
    public function tracking_info() {
11
        $this->CI = & get_instance();
11
        $this->CI = & get_instance();
12
        $this->CI->session->sess_write();
-
 
13
        $method = $this->CI->router->method;
12
        $method = $this->CI->router->method;
14
        $notRequired = array('changeCaptcha','getSearchList','getProductList','getSpecialProductList','anonymous','add','delete','update','insure','cartCount','coupon','couponClear','returnProduct','cancelOd','deliveryPb','paymentStat','orderStat','contact','refund','showAddress','modifyAddress','saveAddress','getDeliveryDetails','operator','rechargeAmount','topupSpecial');
13
        $notRequired = array('changeCaptcha','getSearchList','getProductList','getSpecialProductList','anonymous','add','delete','update','insure','cartCount','coupon','couponClear','returnProduct','cancelOd','deliveryPb','paymentStat','orderStat','contact','refund','showAddress','modifyAddress','saveAddress','getDeliveryDetails','operator','rechargeAmount','topupSpecial');
15
        if(!in_array($method, $notRequired)){
14
        if(!in_array($method, $notRequired)){
16
            $url =  $this->CI->config->item('curl_base_url').'tracking';    
15
            $url =  $this->CI->config->item('curl_base_url').'tracking';    
17
            $params = array();  
16
            $params = array();