@@ -8,7 +8,6 @@ |
||
8 | 8 | use hiqdev\yii2\merchant\Module; |
9 | 9 | use Yii; |
10 | 10 | use yii\base\Action; |
11 | -use yii\base\Event; |
|
12 | 11 | use yii\web\BadRequestHttpException; |
13 | 12 | |
14 | 13 | class RequestAction extends Action |
@@ -10,9 +10,6 @@ discard block |
||
10 | 10 | |
11 | 11 | namespace hiqdev\yii2\merchant; |
12 | 12 | |
13 | -use Closure; |
|
14 | -use hiqdev\php\merchant\AbstractMerchant; |
|
15 | -use hiqdev\php\merchant\Helper; |
|
16 | 13 | use hiqdev\yii2\merchant\Collection; |
17 | 14 | use hiqdev\yii2\merchant\models\DepositForm; |
18 | 15 | use hiqdev\yii2\merchant\controllers\PayController; |
@@ -23,9 +20,6 @@ discard block |
||
23 | 20 | use hiqdev\yii2\merchant\transactions\TransactionRepositoryInterface; |
24 | 21 | use Yii; |
25 | 22 | use yii\base\InvalidConfigException; |
26 | -use yii\helpers\ArrayHelper; |
|
27 | -use yii\helpers\FileHelper; |
|
28 | -use yii\helpers\Json; |
|
29 | 23 | use yii\helpers\Url; |
30 | 24 | |
31 | 25 | /** |