From: fomichev Date: Fri, 25 Oct 2024 11:02:08 +0000 (+0300) Subject: убрал вызов функции X-Git-Tag: 1.6~13^2~26^2 X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=cf45a1823ea0e9c6733baa658cd31afaa3effd7c;p=erp24_rep%2Fyii-erp24%2F.git убрал вызов функции --- diff --git a/erp24/api2/controllers/FlowwowController.php b/erp24/api2/controllers/FlowwowController.php index 8f9be510..3eb8a582 100644 --- a/erp24/api2/controllers/FlowwowController.php +++ b/erp24/api2/controllers/FlowwowController.php @@ -16,7 +16,7 @@ class FlowwowController extends Controller { $productsInfo = MarketplaceService::getAllProductsInfo($id); - // $productsInfo = MarketplaceService::getSomeProductsInfo(3); + $xmlFeed = MarketplaceService::createXMLFeed($productsInfo);