Commit 76b02db5ee8bf3204a876b4338dae916373d847d

Authored by Marcelo Puebla
1 parent b5a8084fdf
Exists in master

Reducido tiempo.

src/app/components/confirmacion-carrito/confirmacion-carrito.component.ts
... ... @@ -92,7 +92,7 @@ export class ConfirmacionCarritoComponent implements OnInit, OnDestroy {
92 92 setTimeout(() => {
93 93  
94 94 this.router.navigate(['mensaje-final']);
95   - }, 15000);
  95 + }, 10000);
96 96 }, err => {
97 97 console.log(err);
98 98 alert('algo salió mal');