]> gitweb.erp-flowers.ru Git - erp24_rep/yii-erp24/.git/commitdiff
Очистка
authorVladimir Fomichev <vladimir.fomichev@erp-flowers.ru>
Mon, 26 Jan 2026 07:31:49 +0000 (10:31 +0300)
committerVladimir Fomichev <vladimir.fomichev@erp-flowers.ru>
Mon, 26 Jan 2026 07:31:49 +0000 (10:31 +0300)
erp24/services/OrderControlReportService.php

index 14f41b46a79c70e09b9418423a5a77a2af6ab66d..ccb01b59a38c1883f94f94ed215130e974712f43 100644 (file)
@@ -52,12 +52,12 @@ class OrderControlReportService
     /**
      * Telegram bot token для development
      */
-    private const TELEGRAM_BOT_DEV = '8063257458:AAGnMf4cxwJWlYLF1wS_arn4PrOaLs9ERQQ';
+    private const TELEGRAM_BOT_DEV = '';
 
     /**
      * Telegram bot token для production
      */
-    private const TELEGRAM_BOT_PROD = '5456741805:AAG7xOSiYDwUdV5NMb2v9vh8CWzEczDP4yU';
+    private const TELEGRAM_BOT_PROD = '';
 
     /**
      * Конфигурация отчёта
@@ -1400,8 +1400,8 @@ class OrderControlReportService
     {
         if ($this->isDevEnvironment()) {
             return $this->config['telegram_chat_id_dev']
-                ?? getenv('TELEGRAM_ORDER_CONTROL_CHAT_ID_DEV')
-                ?: TelegramService::CHAT_CHANNEL_ID;
+                ?? getenv('TELEGRAM_ORDER_CONTROL_CHAT_ID_DEV') ?: '';
+
         }
         return $this->config['telegram_chat_id_prod']
             ?? getenv('TELEGRAM_ORDER_CONTROL_CHAT_ID_PROD')