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;