From 4118bb13d9fff58d549a66e2f9e5cb443e409ff0 Mon Sep 17 00:00:00 2001 From: Alexander Smirnov Date: Tue, 12 Nov 2024 18:02:42 +0300 Subject: [PATCH] =?utf8?q?[ERP-148]=20=D0=B4=D0=BE=D1=80=D0=B0=D0=B1=D0=BE?= =?utf8?q?=D1=82=D0=BA=D0=B0=20=D1=8F=D0=BD=D0=B4=D0=B5=D0=BA=D1=81=20?= =?utf8?q?=D0=BC=D0=B0=D1=80=D0=BA=D0=B5=D1=82=D0=BF=D0=BB=D0=B5=D0=B9?= =?utf8?q?=D1=81=D0=B0=208?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/api2/controllers/YandexMarketController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erp24/api2/controllers/YandexMarketController.php b/erp24/api2/controllers/YandexMarketController.php index b6cfac0a..52eeb6b4 100644 --- a/erp24/api2/controllers/YandexMarketController.php +++ b/erp24/api2/controllers/YandexMarketController.php @@ -114,7 +114,7 @@ class YandexMarketController extends Controller 'width' => $matrixErpByGuid[$product->id]->matrixProperty->width ?? 20, ]), 'description' => $matrixErpByGuid[$product->id]->matrixProperty->description ?? '-', - 'pictures' => ['https://media.dev1.erp-flowers.ru/media/view-image?id=' . ($matrixErpByGuid[$product->id]->matrixProperty->image_id ?? null)], + 'pictures' => ['https://media.erp-flowers.ru/media/view-image?id=' . ($matrixErpByGuid[$product->id]->matrixProperty->image_id ?? null)], ], ]); } -- 2.39.5