diff --git a/src/app/components/confirmacion-carrito/confirmacion-carrito.component.html b/src/app/components/confirmacion-carrito/confirmacion-carrito.component.html index 9c1cb17..277a38c 100644 --- a/src/app/components/confirmacion-carrito/confirmacion-carrito.component.html +++ b/src/app/components/confirmacion-carrito/confirmacion-carrito.component.html @@ -73,7 +73,7 @@

-
+

{{producto.DetArt}} diff --git a/src/app/components/pago/pago.component.html b/src/app/components/pago/pago.component.html index dd8d406..c4f11c4 100644 --- a/src/app/components/pago/pago.component.html +++ b/src/app/components/pago/pago.component.html @@ -72,7 +72,7 @@

-
+

{{producto.DetArt}} diff --git a/src/app/components/pago/pago.component.ts b/src/app/components/pago/pago.component.ts index 11d64a7..1fe0a23 100644 --- a/src/app/components/pago/pago.component.ts +++ b/src/app/components/pago/pago.component.ts @@ -28,7 +28,6 @@ export class PagoComponent implements OnInit { ngOnInit() { this.productos = this.productoService.productos; - this.router.navigate(['mensaje-final']); } pagar() {