Commit eaba826af9d70821b4e9ebbc139013f63dc9703b

Authored by Eric Fernandez
Exists in master and in 1 other branch validar_pve

Merge branch 'master' of http://git.focasoftware.com/angular/autoservicio

src/app/components/pago/pago.component.ts
... ... @@ -34,7 +34,6 @@ export class PagoComponent implements OnInit {
34 34 pagar() {
35 35  
36 36 this.verQR = true;
37   - alert('Procesando Pago');
38 37  
39 38 this.productoService.pagar()
40 39 .subscribe(() => {