From 21439e44e03a103c4036a0e9086fc5ebfece1743 Mon Sep 17 00:00:00 2001 From: Aleksey Filippov Date: Wed, 3 Dec 2025 10:51:24 +0300 Subject: [PATCH] =?utf8?q?=D0=9E=D1=82=D0=BA=D0=BB=D1=8E=D1=87=D0=B5=D0=BD?= =?utf8?q?=D0=B8=D0=B5=20=D0=B8=D0=B7=D0=B1=D1=8B=D1=82=D0=BE=D1=87=D0=BD?= =?utf8?q?=D0=BE=D1=81=D1=82=D0=B8=20=D0=B7=D0=B0=D0=BF=D1=80=D0=BE=D1=81?= =?utf8?q?=D0=BE=D0=B2=20=D0=BF=D0=BE=20=D0=BE=D1=81=D1=82=D0=B0=D1=82?= =?utf8?q?=D0=BA=D0=B0=D0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/commands/CronController.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/erp24/commands/CronController.php b/erp24/commands/CronController.php index 9ea8fd04..dae8982f 100644 --- a/erp24/commands/CronController.php +++ b/erp24/commands/CronController.php @@ -173,7 +173,7 @@ class CronController extends Controller public function actionOneCSellers() { $req_id = DataHelper::getRequestId(); - $jsonString = '", "nomenclature":true, "sellers":true, "balances":true, "payment_types":true}'; + $jsonString = '", "nomenclature":true, "sellers":true, "payment_types":true}'; if(!CronController::checkApiCronTask($jsonString)) { $json_post = '{"request_id": "' . $req_id . $jsonString; @@ -187,7 +187,7 @@ class CronController extends Controller public function actionOneCPrice() { $req_id = DataHelper::getRequestId(); - $jsonString = '", "nomenclature":true, "sellers":true, "prices":{"type_price":"Розничная Маг на Московск"}, "balances":true, "payment_types":true}'; + $jsonString = '", "nomenclature":true, "sellers":true, "prices":{"type_price":"Розничная Маг на Московск"}, "payment_types":true}'; if (!CronController::checkApiCronTask($jsonString)) { $json_post = '{"request_id": "' . $req_id . $jsonString; -- 2.39.5