From 8a30a08f67c93a0e23ebb044a6db07b700776ab0 Mon Sep 17 00:00:00 2001 From: Lizandro Guarnizo <77708265+lizandrogd@users.noreply.github.com> Date: Fri, 23 Jan 2026 23:20:29 -0500 Subject: [PATCH] Update BotService.php --- services/BotService.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/services/BotService.php b/services/BotService.php index cfa4916..f3c60fd 100644 --- a/services/BotService.php +++ b/services/BotService.php @@ -576,6 +576,9 @@ class BotService { try { $this->whatsappService->sendTextMessage($phoneNumber, "🔔 Un asesor está atendiendo su conversación. Por favor, espere su respuesta."); // ignore send errors + } catch (Exception $e) { + // Log and continue if notification fails + error_log('attendConversation notify failed: ' . $e->getMessage()); } // Registrar actividad del operador si hay información disponible