up
This commit is contained in:
@@ -164,7 +164,7 @@ func EjecutarTestCiclo(c *fiber.Ctx) error {
|
||||
|
||||
// ── PASO 1: Enviar correo de bienvenida ───────────────────────────────────
|
||||
paso("paso 1 — envío de bienvenida", func() error {
|
||||
return services.EnviarNotificacionGrupo(®laBienvenida, &cliente, []models.Contrato{contrato})
|
||||
return services.EnviarNotificacionGrupo(®laBienvenida, &cliente, []models.Contrato{contrato}, "")
|
||||
})
|
||||
|
||||
// Verificar log en DB
|
||||
@@ -203,7 +203,7 @@ func EjecutarTestCiclo(c *fiber.Ctx) error {
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
return services.EnviarNotificacionGrupo(®laPago, &cliente, []models.Contrato{*reloadContrato})
|
||||
return services.EnviarNotificacionGrupo(®laPago, &cliente, []models.Contrato{*reloadContrato}, "")
|
||||
})
|
||||
|
||||
paso("paso 2 — verificar log de pago en historial", func() error {
|
||||
|
||||
Reference in New Issue
Block a user