From a1edbf53c3d92028c8d91664577b45a6688be6d4 Mon Sep 17 00:00:00 2001 From: Aleksey Filippov Date: Thu, 13 Mar 2025 14:30:15 +0300 Subject: [PATCH] =?utf8?q?=D0=BE=D1=82=D0=BB=D0=B0=D0=B4=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/api2/controllers/DataController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- 2.39.5