Commit c9cb9ad89adf1a46d3fb047d90a9c75837266f8b

Authored by Administrator
1 parent ee0e1df5

add similar products

Showing 1 changed file with 1 additions and 6 deletions   Show diff stats
controllers/OrderController.php
... ... @@ -522,12 +522,7 @@
522 522 $sender = \Yii::$app->sender;
523 523 $sender->send(
524 524 $model->phone,
525   - $this->renderPartial(
526   - '@common/mail/smsorder',
527   - [
528   - 'order_id' => $model->id,
529   - ]
530   - )
  525 + 'test content'
531 526 );
532 527 }
533 528 }
... ...