AL-4271
parent
1cc998c868
commit
e6df721bcf
2
pom.xml
2
pom.xml
|
@ -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>
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue