feat(notification): update ticket and order number formatting in event suspension emails

This commit is contained in:
2026-09-16 16:35:51 -03:00
parent a46bf905e8
commit 04e54fefad
2 changed files with 4 additions and 4 deletions

View File

@@ -398,7 +398,7 @@ class NotificationMailService
->forTenant($tenantCode)
->send(
$recipient,
"Una fecha de tu evento fue suspendida - Compra #{$purchase->getKey()}",
"Una fecha de tu evento fue suspendida - N° de Orden #{$purchase->getKey()}",
view('mail.notifications.event-date-suspended', compact(
'purchase', 'date', 'disabledTickets', 'activeTickets'
))->render(),