var CONF_URL_APP = 'http://www.doctormusic.dj'; var CONF_URL_DIR_IMG = 'http://www.doctormusic.dj/img'; var CONF_APP_LANG = 'ES'; function Lang() { this.aguardeUnMomento = 'Por favor, espere un momento...'; this.Cerrar = 'Cerrar'; this.actualizandoCesta = 'Actualizando cesta. Por favor, espere un momento...'; this.registrandoUsuario = 'Verificando datos de registro. Por favor, espere un momento...'; this.buscar = 'buscar'; this.checkoutCompleteNombre = 'Por favor, introduzca su nombre completo'; this.checkoutCompleteCalle = 'Por favor, introduzca su calle'; this.checkoutCompletePoblacion = 'Por favor, introduzca su población'; this.checkoutCompleteTelefono = 'Por favor, introduzca su teléfono'; this.checkoutCompleteCodigoPostal = 'Por favor, introduzca su código postal'; this.checkoutCompleteEmail = 'Por favor, introduzca su e-mail'; this.checkoutCompleteCiudad = 'Por favor, introduzca su ciudad'; this.checkoutProcesandoAguarde = 'Estamos procesando su pedido. Por favor, espere un momento...'; } var Lang = new Lang(); function TPV() { this.postURL = 'https://sis.sermepa.es/sis/realizarPago'; } var TPV = new TPV();