add to address
This commit is contained in:
parent
316acf74d2
commit
5427c557a1
@ -28,7 +28,7 @@ class TicketEmailService
|
||||
->htmlTemplate('email/order.html.twig')
|
||||
->subject('Abiball Ticket')
|
||||
->from(new Address($this->senderMail, 'Noreply'))
|
||||
->to($payment->getCustomer()?->getEmail())
|
||||
->to(new Address($payment->getCustomer()?->getEmail(), $payment->getCustomer()?->getFirstname() . ' ' . $payment->getCustomer()?->getLastname()))
|
||||
->context([
|
||||
'payment' => $payment,
|
||||
'qr' => (new QRCode())->render($this->generateUrl($payment))
|
||||
|
Loading…
x
Reference in New Issue
Block a user