|
@@ -1,11 +1,11 @@ |
|
|
block discarded – undo |
|
1
|
1
|
<?php |
|
2
|
2
|
namespace Loevgaard\DandomainAltapayBundle\Controller; |
|
3
|
3
|
|
|
4
|
|
-use Loevgaard\Dandomain\Pay\Handler; |
|
5
|
4
|
use Loevgaard\DandomainAltapayBundle\Entity\TerminalInterface; |
|
6
|
|
-use Symfony\Bundle\FrameworkBundle\Controller\Controller; |
|
7
|
|
-use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; |
|
|
5
|
+use Loevgaard\Dandomain\Pay\Handler; |
|
8
|
6
|
use Sensio\Bundle\FrameworkExtraBundle\Configuration\ParamConverter; |
|
|
7
|
+use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; |
|
|
8
|
+use Symfony\Bundle\FrameworkBundle\Controller\Controller; |
|
9
|
9
|
use Symfony\Component\HttpFoundation\Request; |
|
10
|
10
|
|
|
11
|
11
|
class PaymentController extends Controller { |
Please login to merge, or discard this patch.