diff --git a/services/NormalBot.php b/services/NormalBot.php index fd614e6..74af543 100644 --- a/services/NormalBot.php +++ b/services/NormalBot.php @@ -251,7 +251,7 @@ class NormalBot $interactive = [ 'type' => 'list', 'header' => ['type' => 'text', 'text' => mb_substr($flow['header'] ?? 'Selecciona', 0, 60)], - 'body' => ['text' => mb_substr($flow['body'] ?? 'Elige una opción:', 0, 1024)], + 'body' => ['text' => mb_substr($flow['body'] ?: 'Elige una opción:', 0, 1024)], 'footer' => ['text' => mb_substr($company['display_name'] ?? '', 0, 60)], 'action' => [ 'button' => mb_substr($flow['button'] ?? 'Ver opciones', 0, 20),