Commit 900dccb8b94b08ab3e1c7720a41da31d4e3236dc

Authored by Marcelo Puebla
1 parent ef82f8bd36
Exists in master and in 1 other branch validar_pve

comenta alerta.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/app/components/pago/pago.component.ts
... ... @@ -38,7 +38,7 @@ export class PagoComponent implements OnInit {
38 38  
39 39 this.productoService.pagar()
40 40 .subscribe(() => {
41   - alert('Compra finalizada');
  41 + // alert('Compra finalizada');
42 42 this.compraConQRfinalizada = true;
43 43 setTimeout(() => {
44 44