From: fomichev Date: Tue, 25 Feb 2025 09:50:22 +0000 (+0300) Subject: Добавление полей возврата в модель заказов X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=4d0ae7f6335971ced6bad27eb153670f2ab55a90;p=erp24_rep%2Fyii-erp24%2F.git Добавление полей возврата в модель заказов --- diff --git a/erp24/media/controllers/NotificationController.php b/erp24/media/controllers/NotificationController.php index 86dd2a58..78e71a36 100644 --- a/erp24/media/controllers/NotificationController.php +++ b/erp24/media/controllers/NotificationController.php @@ -120,7 +120,7 @@ class NotificationController extends Controller ] ]); } - $result = \MarketplaceService::processOrders($orderData); + $result = MarketplaceService::processOrders($orderData); // Здесь можно добавить отправку данных в 1С return $this->asJson([ 'version' => '1.0.0',