This commit is contained in:
Lizandro Guarnizo
2026-05-12 22:34:10 -05:00
parent aead156ba8
commit 381425b7e6
9 changed files with 72 additions and 54 deletions
+2 -1
View File
@@ -181,7 +181,8 @@ func EjecutarTestCiclo(c *fiber.Ctx) error {
// ── PASO 2: Simular recepción de pago ─────────────────────────────────────
paso("paso 2 — marcar contrato como pagado", func() error {
return models.MarcarContratoPagado(contrato.ID)
_, err := models.MarcarContratoPagado(contrato.ID)
return err
})
paso("paso 2 — verificar pago_confirmado en DB", func() error {