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') {