This commit is contained in:
Lizandro Guarnizo
2026-05-13 22:05:20 -05:00
parent 381425b7e6
commit 9bcddcf1ea
4 changed files with 28 additions and 4 deletions
+1
View File
@@ -232,6 +232,7 @@ func EnviarNotificacionGrupo(regla *models.NotificacionRegla, cliente *models.Cl
Asunto: p.Asunto,
PreviewHTML: html,
Pasarela: pasarela,
EnlacePago: enlacePago,
}
savedLog, err := models.CreateNotificacionLog(logEntry)
if err != nil {