|
@@ -225,7 +225,7 @@ class Ac extends Start_Controller {
|
|
|
echo "<pre>";
|
|
|
|
|
|
//$b = $this->usps->get_data_new($fullorder);
|
|
|
- $b = $this->ups->get_data($fullorder);
|
|
|
+ //$b = $this->ups->get_data($fullorder);
|
|
|
echo "<pre>";
|
|
|
print_r($b);
|
|
|
$this->_pdf($b['labelImage'],"test",date("Ymd"));
|