From: Alexander Smirnov Date: Tue, 12 Nov 2024 15:02:42 +0000 (+0300) Subject: [ERP-148] доработка яндекс маркетплейса 8 X-Git-Tag: 1.6~14^2 X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=4118bb13d9fff58d549a66e2f9e5cb443e409ff0;p=erp24_rep%2Fyii-erp24%2F.git [ERP-148] доработка яндекс маркетплейса 8 --- 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)], ], ]); }