Merge pull request 'AL-4271' (!193) from AL-4271 into master

Reviewed-on: adm/ModelWeb#193
Reviewed-by: Valdir Cordeiro <valdir.cordeiro@totvs.com.br>
master
Lucas Taiã 2024-06-10 20:40:09 +00:00
commit c2458bd769
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;