diff --git a/src/com/rjconsultores/ventaboletos/enums/TipoFormapago.java b/src/com/rjconsultores/ventaboletos/enums/TipoFormapago.java index bfa467fd7..3e748df85 100644 --- a/src/com/rjconsultores/ventaboletos/enums/TipoFormapago.java +++ b/src/com/rjconsultores/ventaboletos/enums/TipoFormapago.java @@ -15,7 +15,8 @@ public enum TipoFormapago { PACOTE(8,Labels.getLabel("editarFormaPagoController.lblPacote.label")), RESERVA(9,Labels.getLabel("editarFormaPagoController.lblReserva.label")), CHEQUE(10,Labels.getLabel("editarFormaPagoController.lblCheque.label")), - DEPOSITO(11,Labels.getLabel("editarFormaPagoController.lblDeposito.label")); + DEPOSITO(11,Labels.getLabel("editarFormaPagoController.lblDeposito.label")), + CARTEIRA_DIGITAL(12,Labels.getLabel("editarFormaPagoController.lblCarteiraDigital.label")); private Integer valor; private String descricao;