Change "Reporte enviado" to "Reporte generado"
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
97a48d0fe4
commit
34322ae3dc
@@ -884,7 +884,7 @@ class NormalBot
|
|||||||
WhatsAppSender::sendDocument($context['from'], $upload['media_id'], $phoneNumberId, $caption, $reportName);
|
WhatsAppSender::sendDocument($context['from'], $upload['media_id'], $phoneNumberId, $caption, $reportName);
|
||||||
ConversationContext::reset($ctxId);
|
ConversationContext::reset($ctxId);
|
||||||
|
|
||||||
return self::sendText('✅ Reporte enviado.' . $nav, $context['from'], $company);
|
return self::sendText('✅ Reporte generado.' . $nav, $context['from'], $company);
|
||||||
}
|
}
|
||||||
|
|
||||||
// ── Public helpers ───────────────────────────────────────────────────────
|
// ── Public helpers ───────────────────────────────────────────────────────
|
||||||
|
|||||||
Reference in New Issue
Block a user