Commit 6be0f6fecb2e603f0883428c7e732e1e770cb0a5
1 parent
23ff236737
Exists in
master
and in
1 other branch
Agregados espacios.
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
src/app/components/pago/pago.component.ts
| ... | ... | @@ -27,6 +27,7 @@ export class PagoComponent implements OnInit { |
| 27 | 27 | ) { } |
| 28 | 28 | |
| 29 | 29 | ngOnInit() { |
| 30 | + | |
| 30 | 31 | this.productos = this.productoService.productos; |
| 31 | 32 | } |
| 32 | 33 | |
| ... | ... | @@ -37,6 +38,7 @@ export class PagoComponent implements OnInit { |
| 37 | 38 | |
| 38 | 39 | this.productoService.pagar() |
| 39 | 40 | .subscribe(() => { |
| 41 | + | |
| 40 | 42 | // alert('Compra finalizada'); |
| 41 | 43 | this.compraConQRfinalizada = true; |
| 42 | 44 | setTimeout(() => { |