Browse Source

Email réglement commande

feature/tableau_edition_avancee
Guillaume 4 years ago
parent
commit
db02242170
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ShopBundle/Controller/Backend/OrderController.php

+ 1
- 1
ShopBundle/Controller/Backend/OrderController.php View File

@@ -408,7 +408,7 @@ class OrderController extends AdminController
$this->em->persist($orderShop);
$this->em->flush();
$this->mailUtils->send([
MailUtils::SUBJECT => 'Régler votre commande',
MailUtils::SUBJECT => 'Réglement de votre commande',
MailUtils::TO_EMAIL => $orderShop->getUser()->getEmail(),
MailUtils::TO_NAME => $orderShop->getUser()->getName(),
MailUtils::CONTENT_TEMPLATE => 'mail/order-payment-link',

Loading…
Cancel
Save