Completed
Push — master ( 38e980...02483d )
by Joachim
02:23
created
Controller/PaymentController.php 1 patch
Unused Use Statements   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@  discard block
 block discarded – undo
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,8 +14,7 @@  discard block
 block discarded – undo
15 14
 use Loevgaard\DandomainAltapayBundle\PayloadGenerator\PaymentRequestPayloadGenerator;
16 15
 use Loevgaard\DandomainAltapayBundle\PsrHttpMessage\DiactorosTrait;
17 16
 use Loevgaard\DandomainAltapayBundle\Translation\TranslatorTrait;
18
-use Money\Currency;
19
-use Money\Money;
17
+use Loevgaard\Dandomain\Pay\Helper\ChecksumHelper;
20 18
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Method;
21 19
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
22 20
 use Symfony\Bundle\FrameworkBundle\Controller\Controller;
Please login to merge, or discard this patch.