From 04e54fefad6d2b47b474d51d09806005ad6c566c Mon Sep 17 00:00:00 2001 From: ncoronel Date: Wed, 16 Sep 2026 16:35:51 -0300 Subject: [PATCH] feat(notification): update ticket and order number formatting in event suspension emails --- .../Notification/Services/NotificationMailService.php | 2 +- .../views/mail/notifications/event-date-suspended.blade.php | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/Domains/Notification/Services/NotificationMailService.php b/app/Domains/Notification/Services/NotificationMailService.php index 32e32d6..6652a04 100644 --- a/app/Domains/Notification/Services/NotificationMailService.php +++ b/app/Domains/Notification/Services/NotificationMailService.php @@ -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(), diff --git a/resources/views/mail/notifications/event-date-suspended.blade.php b/resources/views/mail/notifications/event-date-suspended.blade.php index 9f69adc..4aabbb4 100644 --- a/resources/views/mail/notifications/event-date-suspended.blade.php +++ b/resources/views/mail/notifications/event-date-suspended.blade.php @@ -5,7 +5,7 @@

Los siguientes tickets quedaron inhabilitados porque no tienen otra fecha disponible:

Para conocer las alternativas o condiciones de devolución, comunicate con la organización.

@@ -15,9 +15,9 @@

Estos tickets conservan otras fechas disponibles:

@endif -

Compra #{{ $purchase->id }}

+

N° de Orden #{{ $purchase->id }}