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 }}