@@ -1,9 +1,9 @@ |
||
1 | 1 | <?php |
2 | 2 | namespace Loevgaard\DandomainAltapayBundle\Controller; |
3 | 3 | |
4 | -use Symfony\Bundle\FrameworkBundle\Controller\Controller; |
|
5 | -use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; |
|
6 | 4 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Method; |
5 | +use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; |
|
6 | +use Symfony\Bundle\FrameworkBundle\Controller\Controller; |
|
7 | 7 | use Symfony\Component\HttpFoundation\Request; |
8 | 8 | use Symfony\Component\HttpFoundation\Response; |
9 | 9 |
@@ -1,13 +1,13 @@ |
||
1 | 1 | <?php |
2 | 2 | namespace Loevgaard\DandomainAltapayBundle\Controller; |
3 | 3 | |
4 | -use Loevgaard\AltaPay\Payload\PaymentRequest as PaymentRequestPayload; |
|
5 | 4 | use Loevgaard\AltaPay\Payload\OrderLine as OrderLinePayload; |
5 | +use Loevgaard\AltaPay\Payload\PaymentRequest as PaymentRequestPayload; |
|
6 | 6 | use Loevgaard\AltaPay\Payload\PaymentRequest\Config as ConfigPayload; |
7 | 7 | use Loevgaard\Dandomain\Pay\Handler; |
8 | -use Symfony\Bundle\FrameworkBundle\Controller\Controller; |
|
9 | -use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; |
|
10 | 8 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Method; |
9 | +use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; |
|
10 | +use Symfony\Bundle\FrameworkBundle\Controller\Controller; |
|
11 | 11 | use Symfony\Component\HttpFoundation\RedirectResponse; |
12 | 12 | use Symfony\Component\HttpFoundation\Request; |
13 | 13 | use Symfony\Component\Routing\Generator\UrlGeneratorInterface; |
@@ -1,7 +1,7 @@ |
||
1 | 1 | <?php |
2 | 2 | namespace Loevgaard\DandomainAltapayBundle\Entity; |
3 | 3 | |
4 | -use Doctrine\ORM\Mapping AS ORM; |
|
4 | +use Doctrine\ORM\Mapping as ORM; |
|
5 | 5 | use Loevgaard\Dandomain\Pay\PaymentRequest\OrderLine as DandomainOrderLine; |
6 | 6 | |
7 | 7 | /** |
@@ -2,7 +2,7 @@ |
||
2 | 2 | namespace Loevgaard\DandomainAltapayBundle\Entity; |
3 | 3 | |
4 | 4 | use Doctrine\Common\Collections\ArrayCollection; |
5 | -use Doctrine\ORM\Mapping AS ORM; |
|
5 | +use Doctrine\ORM\Mapping as ORM; |
|
6 | 6 | |
7 | 7 | /** |
8 | 8 | * @ORM\MappedSuperclass |