diff --git a/src/com/rjconsultores/ventaboletos/constantes/Constantes.java b/src/com/rjconsultores/ventaboletos/constantes/Constantes.java index 50d30d747..65c53ff56 100644 --- a/src/com/rjconsultores/ventaboletos/constantes/Constantes.java +++ b/src/com/rjconsultores/ventaboletos/constantes/Constantes.java @@ -4,5 +4,7 @@ public class Constantes { public static final Long FORMA_PAGO_RESERVA = new Long(94); public static final Long FORMA_PAGO_NOTA_CREDITO = new Long(93); + public static final Long FORMA_PAGO_CREDITO = new Long(2); + public static final Long FORMA_PAGO_DEBITO = new Long(3); }