From f3edd01b9582412448e728f20ab942c3da20e349 Mon Sep 17 00:00:00 2001 From: mpuebla Date: Mon, 9 Sep 2019 16:02:01 -0300 Subject: [PATCH] Borrado metodo sin uso. --- .../confirmacion-carrito/confirmacion-carrito.component.ts | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/app/components/confirmacion-carrito/confirmacion-carrito.component.ts b/src/app/components/confirmacion-carrito/confirmacion-carrito.component.ts index 2708add..527e744 100644 --- a/src/app/components/confirmacion-carrito/confirmacion-carrito.component.ts +++ b/src/app/components/confirmacion-carrito/confirmacion-carrito.component.ts @@ -69,16 +69,6 @@ export class ConfirmacionCarritoComponent implements OnInit, OnDestroy { } //#region METODOS PARA LA FORMA DE PAGO - pagoEfectivo() { - - this.compraConEfectivofinalizada = true; - clearTimeout(this.timerReposo); - setTimeout(() => { - - this.router.navigate(['mensaje-final']); - }, 3000); - } - pagar(medioPago: string) { if (medioPago == 'electronico') { -- 1.9.1