|
@@ -220,12 +220,12 @@ class Ac extends Start_Controller {
|
|
|
//$fullorder['js'] = 1;
|
|
|
// $fullorder['printcode'] = 'usps_priority';
|
|
|
// $b = $this->cne->get_data($fullorder);
|
|
|
- //$b = $this->fedexv1->get_data($fullorder);
|
|
|
- echo $fullorder['zzl'];
|
|
|
+ $b = $this->fedexv1->get_data($fullorder);
|
|
|
+ //echo $fullorder['zzl'];
|
|
|
// $b = $this->usps->get_data_new($fullorder);
|
|
|
|
|
|
- // echo "<pre>";
|
|
|
- // print_r($b);
|
|
|
+ echo "<pre>";
|
|
|
+ print_r($b);
|
|
|
}
|
|
|
|
|
|
public function get_data($data)
|