Commit f3edd01b9582412448e728f20ab942c3da20e349

Authored by Marcelo Puebla
1 parent 0b1ac94056
Exists in master

Borrado metodo sin uso.

src/app/components/confirmacion-carrito/confirmacion-carrito.component.ts
... ... @@ -69,16 +69,6 @@ export class ConfirmacionCarritoComponent implements OnInit, OnDestroy {
69 69 }
70 70  
71 71 //#region METODOS PARA LA FORMA DE PAGO
72   - pagoEfectivo() {
73   -
74   - this.compraConEfectivofinalizada = true;
75   - clearTimeout(this.timerReposo);
76   - setTimeout(() => {
77   -
78   - this.router.navigate(['mensaje-final']);
79   - }, 3000);
80   - }
81   -
82 72 pagar(medioPago: string) {
83 73  
84 74 if (medioPago == 'electronico') {