From e8f0380327cb682ceed87b77332d480e024f5c3a Mon Sep 17 00:00:00 2001 From: Denis Turkov Date: Fri, 9 Feb 2018 18:40:43 +0000 Subject: [PATCH] CORE-777: Move form filtering logic to the checkout module --- .../Communication/ProductManagementCommunicationFactory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Spryker/Zed/ProductManagement/Communication/ProductManagementCommunicationFactory.php b/src/Spryker/Zed/ProductManagement/Communication/ProductManagementCommunicationFactory.php index f4e45462..d480869a 100644 --- a/src/Spryker/Zed/ProductManagement/Communication/ProductManagementCommunicationFactory.php +++ b/src/Spryker/Zed/ProductManagement/Communication/ProductManagementCommunicationFactory.php @@ -17,8 +17,8 @@ use Spryker\Zed\ProductManagement\Communication\Form\ProductFormAdd; use Spryker\Zed\ProductManagement\Communication\Form\ProductFormEdit; use Spryker\Zed\ProductManagement\Communication\Helper\ProductStockHelper; -use Spryker\Zed\ProductManagement\Communication\Helper\ProductValidity\ProductValidityActivityMessenger; use Spryker\Zed\ProductManagement\Communication\Helper\ProductTypeHelper; +use Spryker\Zed\ProductManagement\Communication\Helper\ProductValidity\ProductValidityActivityMessenger; use Spryker\Zed\ProductManagement\Communication\Table\BundledProductTable; use Spryker\Zed\ProductManagement\Communication\Table\ProductGroupTable; use Spryker\Zed\ProductManagement\Communication\Table\ProductTable;