]> gitweb.erp-flowers.ru Git - erp24_rep/yii-erp24/.git/commitdiff
[ERP-148] доработка яндекс маркетплейса 8
authorAlexander Smirnov <fredeom@mail.ru>
Tue, 12 Nov 2024 15:02:42 +0000 (18:02 +0300)
committerAlexander Smirnov <fredeom@mail.ru>
Tue, 12 Nov 2024 15:02:42 +0000 (18:02 +0300)
erp24/api2/controllers/YandexMarketController.php

index b6cfac0a46e9343ad4b0e740f14f1665e5287277..52eeb6b47d2ca18921502ccfb2cc7f755b8370a4 100644 (file)
@@ -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)],
                 ],
             ]);
         }