@@ -7,7 +7,6 @@ |
||
7 | 7 | */ |
8 | 8 | namespace Newscoop\PaywallBundle\Provider; |
9 | 9 | |
10 | -use Newscoop\PaywallBundle\Entity\Repository\GatewayRepository; |
|
11 | 10 | use Newscoop\PaywallBundle\Adapter\AdapterFactory; |
12 | 11 | use Doctrine\Common\Persistence\ObjectRepository; |
13 | 12 |
@@ -98,7 +98,7 @@ |
||
98 | 98 | } |
99 | 99 | |
100 | 100 | if ($options !== '') { |
101 | - $html .= '<select name="batchorder['.$subscription['id'].']"><option value="">'.$p_params['choose_text'].'</option>'.$options.'</select><br>'; |
|
101 | + $html .= '<select name="batchorder['.$subscription['id'].']"><option value="">'.$p_params['choose_text'].'</option>'.$options.'</select><br>'; |
|
102 | 102 | } |
103 | 103 | } |
104 | 104 | } |