Ajustes envio email Izypay fixes bug#AL-4812

master
Fabio 2024-08-21 08:07:42 -03:00
parent 65a88f7a37
commit 58f4417c05
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>br.com.rjconsultores</groupId> <groupId>br.com.rjconsultores</groupId>
<artifactId>ModelWeb</artifactId> <artifactId>ModelWeb</artifactId>
<version>1.96.2</version> <version>1.96.3</version>
<distributionManagement> <distributionManagement>
<repository> <repository>

View File

@ -56,8 +56,8 @@ public class EmpresaIziPayConfig implements Serializable {
@Column(name = "USUARIO_ID") @Column(name = "USUARIO_ID")
private Integer usuarioId; private Integer usuarioId;
@Column(name = "DIAS_CANCELA") @Column(name = "MINUTOS_CANCELA")
private Integer diasCancela; private Integer minutosCancela;
@Override @Override
public int hashCode() { public int hashCode() {