From 8585aad4806edde3be1ca079d0544491e62096bc Mon Sep 17 00:00:00 2001 From: valdir Date: Thu, 28 Apr 2022 17:36:01 +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 git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@112061 d1611594-4594-4d17-8e1d-87c2c4800839 --- src/com/rjconsultores/ventaboletos/enums/TipoFormapago.java | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/com/rjconsultores/ventaboletos/enums/TipoFormapago.java b/src/com/rjconsultores/ventaboletos/enums/TipoFormapago.java index a89684eb9..2044df886 100644 --- a/src/com/rjconsultores/ventaboletos/enums/TipoFormapago.java +++ b/src/com/rjconsultores/ventaboletos/enums/TipoFormapago.java @@ -18,7 +18,10 @@ public enum TipoFormapago { DEPOSITO(11,Labels.getLabel("editarFormaPagoController.lblDeposito.label")), CARTEIRA_DIGITAL(12,Labels.getLabel("editarFormaPagoController.lblCarteiraDigital.label")), SMART_CARD(13,Labels.getLabel("editarFormaPagoController.lblSmartCard.label")), - LOGPAY(14,Labels.getLabel("editarFormaPagoController.lblLogpay.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")), + MOBIPIX(16,Labels.getLabel("editarFormaPagoController.lblMobiPix.label")); private Integer valor; private String descricao;