Commit 442aea3a785d47ab83c9cc987fcad19a2ad3bb2b

Authored by Eric Fernandez
1 parent 36ceddeb30
Exists in master

no alert

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
src/app/components/pago/pago.component.ts
... ... @@ -33,7 +33,6 @@ export class PagoComponent implements OnInit {
33 33 pagar() {
34 34  
35 35 this.verQR = true;
36   - alert('Procesando Pago');
37 36  
38 37 this.productoService.pagar()
39 38 .subscribe(() => {