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

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

Loading…
Cancel
Save