From 3ee211528d6538c72420598d3be8264eb3927d96 Mon Sep 17 00:00:00 2001 From: fomichev Date: Fri, 25 Oct 2024 13:18:14 +0300 Subject: [PATCH] =?utf8?q?=D0=97=D0=B0=D0=BA=D0=BE=D0=BC=D0=BC=D0=B5=D0=BD?= =?utf8?q?=D1=82=D0=B8=D1=80=D0=BE=D0=B2=D0=B0=D0=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/api2/controllers/FlowwowController.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/erp24/api2/controllers/FlowwowController.php b/erp24/api2/controllers/FlowwowController.php index a2fb0706..8f9be510 100644 --- a/erp24/api2/controllers/FlowwowController.php +++ b/erp24/api2/controllers/FlowwowController.php @@ -14,10 +14,10 @@ class FlowwowController extends Controller */ public function actionFeed($id) { - // Получаем информацию о продуктах + $productsInfo = MarketplaceService::getAllProductsInfo($id); // $productsInfo = MarketplaceService::getSomeProductsInfo(3); - // Генерируем XML-фид + $xmlFeed = MarketplaceService::createXMLFeed($productsInfo); // Устанавливаем заголовок, чтобы отдать XML -- 2.39.5