@@ -129,7 +129,7 @@ |
||
129 | 129 | * - `returnPage/Url` - page or URL to return user from payment system on success |
130 | 130 | * - `cancelPage/Url` - page or URL to return user from payment system on fail |
131 | 131 | * - `notifyPage/Url` - page or URL used by payment system to notify us on successful payment |
132 | - * @return \yii\web\Response |
|
132 | + * @return string |
|
133 | 133 | */ |
134 | 134 | public function renderDeposit(array $data) |
135 | 135 | { |
@@ -10,7 +10,6 @@ discard block |
||
10 | 10 | |
11 | 11 | namespace hiqdev\yii2\merchant\controllers; |
12 | 12 | |
13 | -use hiqdev\yii2\merchant\models\Deposit; |
|
14 | 13 | use hiqdev\yii2\merchant\models\Merchant; |
15 | 14 | use hiqdev\yii2\merchant\Module; |
16 | 15 | use Yii; |
@@ -19,7 +18,6 @@ discard block |
||
19 | 18 | use yii\helpers\Json; |
20 | 19 | use yii\web\BadRequestHttpException; |
21 | 20 | use yii\web\Response; |
22 | -use yii\web\Session; |
|
23 | 21 | |
24 | 22 | class PayController extends \yii\web\Controller |
25 | 23 | { |