@@ -3,8 +3,8 @@ |
||
3 | 3 | namespace PayumTW\Ezship\Action\Api; |
4 | 4 | |
5 | 5 | use PayumTW\Ezship\Api; |
6 | -use Payum\Core\ApiAwareInterface; |
|
7 | 6 | use Payum\Core\Action\ActionInterface; |
7 | +use Payum\Core\ApiAwareInterface; |
|
8 | 8 | use Payum\Core\Exception\UnsupportedApiException; |
9 | 9 | |
10 | 10 | abstract class BaseApiAwareAction implements ActionInterface, ApiAwareInterface |