From: Alexander Smirnov Date: Fri, 7 Mar 2025 16:05:19 +0000 (+0300) Subject: [ERP-356] remove debug info X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=8b31d51e26c67c4326c80cf0ac420c8e753c37ef;p=erp24_rep%2Fyii-erp24%2F.git [ERP-356] remove debug info --- diff --git a/erp24/services/SiteService.php b/erp24/services/SiteService.php index e27a5fb0..f5b44ef1 100644 --- a/erp24/services/SiteService.php +++ b/erp24/services/SiteService.php @@ -10,7 +10,6 @@ class SiteService { $result = null; try { $url = getenv('SITE_API_URL') . '/v1/order-logs'; - LogService::apiErrorLog(json_encode(["error_id" => 7, "error" => "!!!!!!!!!!!!!: " . $url], JSON_UNESCAPED_UNICODE)); $result = $client->post($url, [ 'json' => [ 'phone' => $phone,