From: Aleksey Filippov Date: Thu, 13 Mar 2025 11:30:15 +0000 (+0300) Subject: отладка X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=a1edbf53c3d92028c8d91664577b45a6688be6d4;p=erp24_rep%2Fyii-erp24%2F.git отладка --- diff --git a/erp24/api2/controllers/DataController.php b/erp24/api2/controllers/DataController.php index 6cdd7eca..00bc685d 100644 --- a/erp24/api2/controllers/DataController.php +++ b/erp24/api2/controllers/DataController.php @@ -77,7 +77,7 @@ class DataController extends BaseController public function actionMarketplaceOrdersTest() { $newOrdersArray = $this->getMarketplaceOrders(); - return $this->asJson(json_decode($newOrdersArray, true)); + return $this->asJson($newOrdersArray); } public function actionRequest()