|
@@ -29,8 +29,6 @@ discard block |
|
|
block discarded – undo |
|
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 |
|
|
block discarded – undo |
|
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; |
Please login to merge, or discard this patch.