fix: aviso 15 min va en instrucciones de transferencia, no al recibir foto

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Lizandro
2026-07-19 14:24:27 +00:00
co-authored by Claude Sonnet 4.6
parent 28d3b1c719
commit d5e497bfc5
2 changed files with 5 additions and 4 deletions
+3 -2
View File
@@ -169,7 +169,7 @@ class TelegramBotService
return;
}
$this->send($chatId, "⏳ Analizando tu comprobante...\n\n_Recuerda: tienes hasta 15 minutos desde que hiciste la transferencia para enviar el soporte._");
$this->send($chatId, "⏳ Analizando tu comprobante...");
try {
$imageData = $this->downloadTelegramFile($fileId);
@@ -1213,7 +1213,8 @@ class TelegramBotService
if ($titular) {
$text .= "Titular: *{$titular}*\n";
}
$text .= "\n⚠️ Después de transferir, envía la *foto del comprobante* aquí y el sistema lo validará automáticamente.";
$text .= "\n⚠️ Después de transferir, envía la *foto del comprobante* aquí y el sistema lo validará automáticamente."
. "\n_Tienes hasta 15 minutos después de la transferencia para enviar el soporte._";
$this->sendWithKeyboard($chatId, $text, [
[['text' => '🔙 Menú principal', 'callback_data' => 'menu']],