add feature payout_later
This commit is contained in:
@@ -69,7 +69,6 @@ class AccountStateController extends \backend\controllers\BackendController
|
||||
* @return mixed
|
||||
*/
|
||||
public function actionView($id) {
|
||||
echo "view";
|
||||
$accountState = $this->findModel ( $id );
|
||||
$output = Yii::$app->getRequest ()->getQueryParam ( 'output' );
|
||||
$details = null;
|
||||
|
||||
Reference in New Issue
Block a user