@@ -2,11 +2,11 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace PayumTW\Allpay; |
| 4 | 4 | |
| 5 | -use Exception; |
|
| 6 | -use DeviceType; |
|
| 7 | -use InvoiceState; |
|
| 8 | 5 | use Detection\MobileDetect; |
| 6 | +use DeviceType; |
|
| 7 | +use Exception; |
|
| 9 | 8 | use Http\Message\MessageFactory; |
| 9 | +use InvoiceState; |
|
| 10 | 10 | use PayumTW\Allpay\Sdk\AllInOne; |
| 11 | 11 | use Payum\Core\HttpClientInterface; |
| 12 | 12 | |