master
Lucas 2024-06-10 17:09:47 -03:00
parent 1cc998c868
commit e6df721bcf
2 changed files with 2 additions and 1 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.60.1</version> <version>1.60.2</version>
<distributionManagement> <distributionManagement>
<repository> <repository>

View File

@ -9,6 +9,7 @@ public enum TipoIntegracaoTEF {
PAYGO("PayGo"), PAYGO("PayGo"),
GRANITO("Granito"), GRANITO("Granito"),
ADYEN("Adyen"), ADYEN("Adyen"),
CREDIBANCO("CrediBanco"),
; ;
private String descricao; private String descricao;