add success email #14
@ -28,7 +28,7 @@ class TicketEmailService
|
|||||||
->htmlTemplate('email/order.html.twig')
|
->htmlTemplate('email/order.html.twig')
|
||||||
->subject('Abiball Ticket')
|
->subject('Abiball Ticket')
|
||||||
->from(new Address($this->senderMail, 'Noreply'))
|
->from(new Address($this->senderMail, 'Noreply'))
|
||||||
->to($payment->getCustomer()?->getEmail())
|
->to(new Address($payment->getCustomer()?->getEmail(), $payment->getCustomer()?->getFirstname() . ' ' . $payment->getCustomer()?->getLastname()))
|
||||||
->context([
|
->context([
|
||||||
'payment' => $payment,
|
'payment' => $payment,
|
||||||
'qr' => (new QRCode())->render($this->generateUrl($payment))
|
'qr' => (new QRCode())->render($this->generateUrl($payment))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user