|
@@ -125,7 +125,7 @@ class Ac extends Start_Controller {
|
|
|
|
|
|
public function _x3($arg_array)
|
|
|
{
|
|
|
- die;
|
|
|
+
|
|
|
$fullorder = $this->fullorder->get_number($arg_array[0]);
|
|
|
if(!$fullorder)
|
|
|
{
|
|
@@ -246,9 +246,10 @@ class Ac extends Start_Controller {
|
|
|
// $b = $this->fedexv1->get_data($fullorder);
|
|
|
// var_dump($b);
|
|
|
//echo $fullorder['zzl'];
|
|
|
- // echo "<pre>";
|
|
|
- // var_dump($fullorder);
|
|
|
- $b = $this->usps->get_data($fullorder);
|
|
|
+ echo "<pre>";
|
|
|
+ var_dump($fullorder);
|
|
|
+
|
|
|
+ $b = $this->dhl->get_data($fullorder);
|
|
|
|
|
|
// $b = $this->ups->get_data($fullorder);
|
|
|
echo "<pre>";
|