|
@@ -208,6 +208,8 @@ class Ac extends Start_Controller {
|
|
|
}
|
|
|
$fullorder['pt'] = $pt;
|
|
|
$fullorder['printnumber'] += 2;
|
|
|
+ $fullorder['address'] = "221 5TH ST # APT305";
|
|
|
+ $fullorder['city'] = "W SACRAMENTO";
|
|
|
// echo "<pre>";
|
|
|
// var_dump($fullorder['sbbm']);
|
|
|
// die;
|
|
@@ -234,12 +236,12 @@ class Ac extends Start_Controller {
|
|
|
// $fullorder['bx'] = 110;
|
|
|
//$fullorder['qm'] = 1;
|
|
|
echo "<pre>";
|
|
|
- var_dump($fullorder['printcode']);
|
|
|
+
|
|
|
|
|
|
//$fullorder['printcode'] = 'usps_priority';
|
|
|
- $b = $this->cne->get_data($fullorder);
|
|
|
- print_r($b);
|
|
|
- die;
|
|
|
+// $b = $this->usps->get_data($fullorder);
|
|
|
+// print_r($b);
|
|
|
+// die;
|
|
|
// echo "<pre>";
|
|
|
// $b = $this->fedexv1->get_data($fullorder);
|
|
|
// var_dump($b);
|