Commit f3edd01b9582412448e728f20ab942c3da20e349
1 parent
0b1ac94056
Exists in
master
Borrado metodo sin uso.
Showing
1 changed file
with
0 additions
and
10 deletions
Show diff stats
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') { |