@@ -3,7 +3,6 @@ discard block |
||
3 | 3 | namespace Loevgaard\DandomainAltapayBundle\Controller; |
4 | 4 | |
5 | 5 | use Loevgaard\AltaPay; |
6 | -use Loevgaard\Dandomain\Pay\Helper\ChecksumHelper; |
|
7 | 6 | use Loevgaard\DandomainAltapayBundle\Annotation\LogHttpTransaction; |
8 | 7 | use Loevgaard\DandomainAltapayBundle\Entity\Payment; |
9 | 8 | use Loevgaard\DandomainAltapayBundle\Event\PaymentCreated; |
@@ -15,6 +14,7 @@ discard block |
||
15 | 14 | use Loevgaard\DandomainAltapayBundle\PayloadGenerator\PaymentRequestPayloadGenerator; |
16 | 15 | use Loevgaard\DandomainAltapayBundle\PsrHttpMessage\DiactorosTrait; |
17 | 16 | use Loevgaard\DandomainAltapayBundle\Translation\TranslatorTrait; |
17 | +use Loevgaard\Dandomain\Pay\Helper\ChecksumHelper; |
|
18 | 18 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Method; |
19 | 19 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; |
20 | 20 | use Symfony\Bundle\FrameworkBundle\Controller\Controller; |