@@ -29,8 +29,6 @@ discard block |
||
29 | 29 | use Eccube\Entity\Customer; |
30 | 30 | use Eccube\Entity\CustomerAddress; |
31 | 31 | use Eccube\Entity\Master\OrderItemType; |
32 | -use Eccube\Entity\Master\TaxType; |
|
33 | -use Eccube\Entity\Master\TaxDisplayType; |
|
34 | 32 | use Eccube\Entity\ShipmentItem; |
35 | 33 | use Eccube\Entity\Shipping; |
36 | 34 | use Eccube\Event\EccubeEvents; |
@@ -43,9 +41,7 @@ discard block |
||
43 | 41 | use Eccube\Form\Type\ShippingMultipleType; |
44 | 42 | use Eccube\Form\Type\Shopping\OrderType; |
45 | 43 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Method; |
46 | -use Sensio\Bundle\FrameworkExtraBundle\Configuration\ParamConverter; |
|
47 | 44 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; |
48 | -use Sensio\Bundle\FrameworkExtraBundle\Configuration\Security; |
|
49 | 45 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template; |
50 | 46 | use Symfony\Component\Form\Extension\Core\Type\CollectionType; |
51 | 47 | use Symfony\Component\HttpFoundation\Request; |
@@ -28,7 +28,6 @@ |
||
28 | 28 | use Eccube\Common\Constant; |
29 | 29 | use Eccube\Entity\CartItem; |
30 | 30 | use Eccube\Entity\Master\Disp; |
31 | -use Eccube\Entity\Master\OrderItemType; |
|
32 | 31 | use Eccube\Entity\ProductClass; |
33 | 32 | use Eccube\Exception\CartException; |
34 | 33 | use Symfony\Component\HttpFoundation\Session\Session; |