diff --git a/controllers/OrderController.php b/controllers/OrderController.php index 6070352..9e8b057 100755 --- a/controllers/OrderController.php +++ b/controllers/OrderController.php @@ -522,12 +522,7 @@ $sender = \Yii::$app->sender; $sender->send( $model->phone, - $this->renderPartial( - '@common/mail/smsorder', - [ - 'order_id' => $model->id, - ] - ) + 'test content' ); } } -- libgit2 0.21.4