ip
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user