From c9cb9ad89adf1a46d3fb047d90a9c75837266f8b Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Mon, 16 Jan 2017 12:54:47 +0200 Subject: [PATCH] add similar products --- controllers/OrderController.php | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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