From 58f4417c05b6fb849a8ceb8d5763e9e14ee225a5 Mon Sep 17 00:00:00 2001 From: Fabio Date: Wed, 21 Aug 2024 08:07:42 -0300 Subject: [PATCH] Ajustes envio email Izypay fixes bug#AL-4812 --- pom.xml | 2 +- .../ventaboletos/entidad/EmpresaIziPayConfig.java | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 26084324a..30c80d26c 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 br.com.rjconsultores ModelWeb - 1.96.2 + 1.96.3 diff --git a/src/com/rjconsultores/ventaboletos/entidad/EmpresaIziPayConfig.java b/src/com/rjconsultores/ventaboletos/entidad/EmpresaIziPayConfig.java index fcb61f272..8eeebb2e2 100644 --- a/src/com/rjconsultores/ventaboletos/entidad/EmpresaIziPayConfig.java +++ b/src/com/rjconsultores/ventaboletos/entidad/EmpresaIziPayConfig.java @@ -56,8 +56,8 @@ public class EmpresaIziPayConfig implements Serializable { @Column(name = "USUARIO_ID") private Integer usuarioId; - @Column(name = "DIAS_CANCELA") - private Integer diasCancela; + @Column(name = "MINUTOS_CANCELA") + private Integer minutosCancela; @Override public int hashCode() {