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() {