From 574935912cbbe792945884c565aa382e37313d11 Mon Sep 17 00:00:00 2001 From: "lucas.taia" Date: Fri, 10 Sep 2021 22:02:46 +0000 Subject: [PATCH] fixes bug#21701 dev:lucas qua: git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@108674 d1611594-4594-4d17-8e1d-87c2c4800839 --- src/com/rjconsultores/ventaboletos/enums/TipoFormapago.java | 3 ++- .../rjconsultores/ventaboletos/enums/TipoIntegracaoTEF.java | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/com/rjconsultores/ventaboletos/enums/TipoFormapago.java b/src/com/rjconsultores/ventaboletos/enums/TipoFormapago.java index cc624db38..a89684eb9 100644 --- a/src/com/rjconsultores/ventaboletos/enums/TipoFormapago.java +++ b/src/com/rjconsultores/ventaboletos/enums/TipoFormapago.java @@ -17,7 +17,8 @@ public enum TipoFormapago { CHEQUE(10,Labels.getLabel("editarFormaPagoController.lblCheque.label")), DEPOSITO(11,Labels.getLabel("editarFormaPagoController.lblDeposito.label")), CARTEIRA_DIGITAL(12,Labels.getLabel("editarFormaPagoController.lblCarteiraDigital.label")), - SMART_CARD(13,Labels.getLabel("editarFormaPagoController.lblSmartCard.label")); + SMART_CARD(13,Labels.getLabel("editarFormaPagoController.lblSmartCard.label")), + LOGPAY(14,Labels.getLabel("editarFormaPagoController.lblLogpay.label")); private Integer valor; private String descricao; diff --git a/src/com/rjconsultores/ventaboletos/enums/TipoIntegracaoTEF.java b/src/com/rjconsultores/ventaboletos/enums/TipoIntegracaoTEF.java index 17ae358a7..51266ecea 100644 --- a/src/com/rjconsultores/ventaboletos/enums/TipoIntegracaoTEF.java +++ b/src/com/rjconsultores/ventaboletos/enums/TipoIntegracaoTEF.java @@ -8,7 +8,6 @@ public enum TipoIntegracaoTEF { SITEF("Sitef"), PAYGO("PayGo"), GRANITO("Granito"), - LOGPAY("Logpay"), ; private String descricao;