fixes bug#21701
dev:lucas qua: git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@106857 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
b1ec60ca27
commit
5ab3f954c2
|
@ -7,7 +7,9 @@ public enum TipoIntegracaoTEF {
|
||||||
|
|
||||||
SITEF("Sitef"),
|
SITEF("Sitef"),
|
||||||
PAYGO("PayGo"),
|
PAYGO("PayGo"),
|
||||||
GRANITO("Granito");
|
GRANITO("Granito"),
|
||||||
|
LOGPAY("Logpay"),
|
||||||
|
;
|
||||||
|
|
||||||
private String descricao;
|
private String descricao;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue