@@ -21,9 +21,6 @@ |
||
21 | 21 | use Sylius\Component\Core\Model\OrderInterface; |
22 | 22 | use Sylius\Component\Core\Model\PromotionInterface; |
23 | 23 | use Sylius\Component\Order\Processor\OrderProcessorInterface; |
24 | -use Sylius\Component\Promotion\Action\PromotionApplicatorInterface; |
|
25 | -use Sylius\Component\Promotion\Checker\Eligibility\PromotionEligibilityCheckerInterface; |
|
26 | -use Symfony\Component\EventDispatcher\EventDispatcherInterface; |
|
27 | 24 | use Symfony\Component\HttpFoundation\RedirectResponse; |
28 | 25 | use Symfony\Component\Routing\RouterInterface; |
29 | 26 |