Commit 72ecc038ef3bfb6b684476ba0b5593ca3ba6c8ea

Authored by Eric Fernandez
1 parent e612a82030
Exists in master

unsubscribe on destroy

src/app/components/confirmacion-carrito/confirmacion-carrito.component.ts
... ... @@ -39,6 +39,7 @@ export class ConfirmacionCarritoComponent implements OnInit, OnDestroy {
39 39  
40 40 ngOnDestroy() {
41 41  
  42 + this.subscribePago.unsubscribe();
42 43 clearTimeout(this.timerReposo);
43 44 }
44 45