Commit 8795bad63ad4135c1cced6c4306fd2f346d5eea4

Authored by Marcelo Puebla
1 parent f3edd01b95
Exists in master

Aumentado 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   - }, 3000);
  95 + }, 15000);
96 96 }, err => {
97 97 console.log(err);
98 98 alert('algo salió mal');