Ajustes envio email Izypay fixes bug#AL-4812
parent
65a88f7a37
commit
58f4417c05
2
pom.xml
2
pom.xml
|
@ -3,7 +3,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>br.com.rjconsultores</groupId>
|
||||
<artifactId>ModelWeb</artifactId>
|
||||
<version>1.96.2</version>
|
||||
<version>1.96.3</version>
|
||||
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
|
|
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue