lvhao пре 3 месеци
родитељ
комит
b92436507c
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      core/CoreApp/controllers/Aatest.php

+ 2 - 2
core/CoreApp/controllers/Aatest.php

@@ -95,8 +95,8 @@ class Aatest extends Start_Controller {
     public function _remap($arg,$arg_array)
     {   
 
-		$shop = $this->shop->read();
-		$res = $this->apitt->getLiveOrders(46);
+		$shop = $this->shop->read(46);
+		$res = $this->apitt->getLiveOrders($shop);
 		echo "<pre>";
 		print_r($res);
 		die;