@@ -11,15 +11,12 @@ |
||
| 11 | 11 | |
| 12 | 12 | namespace hiqdev\yii2\merchant\controllers; |
| 13 | 13 | |
| 14 | -use hiqdev\yii2\merchant\models\Deposit; |
|
| 15 | -use hiqdev\yii2\merchant\Module; |
|
| 16 | 14 | use Yii; |
| 17 | 15 | use yii\base\InvalidCallException; |
| 18 | 16 | use yii\base\UserException; |
| 19 | 17 | use yii\helpers\Json; |
| 20 | 18 | use yii\web\BadRequestHttpException; |
| 21 | 19 | use yii\web\Response; |
| 22 | -use yii\web\Session; |
|
| 23 | 20 | |
| 24 | 21 | class PayController extends \yii\web\Controller |
| 25 | 22 | { |