From bd55e992859fa6204d62d370119e1000075412bc Mon Sep 17 00:00:00 2001 From: valdir Date: Fri, 6 May 2022 13:12:25 +0000 Subject: [PATCH] =?UTF-8?q?0024117:=20Especifica=C3=A7=C3=A3o=20API=20X4Fa?= =?UTF-8?q?re=20-=20Venda=20Guiche=20bug#24117=20dev:=20qua:?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adicionando o tipo de pagamento TPI, estava faltando e causava erro na pesquisa git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@112150 d1611594-4594-4d17-8e1d-87c2c4800839 --- src/com/rjconsultores/ventaboletos/enums/TipoFormapago.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/com/rjconsultores/ventaboletos/enums/TipoFormapago.java b/src/com/rjconsultores/ventaboletos/enums/TipoFormapago.java index 2044df886..b5addee29 100644 --- a/src/com/rjconsultores/ventaboletos/enums/TipoFormapago.java +++ b/src/com/rjconsultores/ventaboletos/enums/TipoFormapago.java @@ -19,8 +19,7 @@ public enum TipoFormapago { CARTEIRA_DIGITAL(12,Labels.getLabel("editarFormaPagoController.lblCarteiraDigital.label")), SMART_CARD(13,Labels.getLabel("editarFormaPagoController.lblSmartCard.label")), LOGPAY(14,Labels.getLabel("editarFormaPagoController.lblLogpay.label")), - // Exite o TPI na venda, nao sei se tem algum motivo de nao estar na ADM - //TPI(15, Labels.getLabel("editarFormaPagoController.lblTPI.label")), + TPI(15, Labels.getLabel("editarFormaPagoController.lblTPI.label")), MOBIPIX(16,Labels.getLabel("editarFormaPagoController.lblMobiPix.label")); private Integer valor;