From 6be0f6fecb2e603f0883428c7e732e1e770cb0a5 Mon Sep 17 00:00:00 2001 From: mpuebla Date: Thu, 22 Aug 2019 12:12:54 -0300 Subject: [PATCH] Agregados espacios. --- src/app/components/pago/pago.component.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/components/pago/pago.component.ts b/src/app/components/pago/pago.component.ts index 1fe0a23..ef36864 100644 --- a/src/app/components/pago/pago.component.ts +++ b/src/app/components/pago/pago.component.ts @@ -27,6 +27,7 @@ export class PagoComponent implements OnInit { ) { } ngOnInit() { + this.productos = this.productoService.productos; } @@ -37,6 +38,7 @@ export class PagoComponent implements OnInit { this.productoService.pagar() .subscribe(() => { + // alert('Compra finalizada'); this.compraConQRfinalizada = true; setTimeout(() => { -- 1.9.1