Commit 7d80fedd2db64235af8534322e15b1805e70873e

Authored by Marcelo Puebla
Exists in master

Merge branch 'master' into 'master'

Master(efernandez)

See merge request !111
src/app/components/confirmacion-carrito/confirmacion-carrito.component.html
1 1 <div
2 2 *ngIf="!compraConEfectivofinalizada && !compraConQRfinalizada"
3 3 class="row m-0 fade-in bg-primary-gradient disable-user-select"
4   - (click)="reiniciarTimer">
  4 + (click)="reiniciarTimer()">
5 5 <div class="col-12 p-0 vh-100">
6 6 <!-- TOP HEADER -->
7 7 <app-header></app-header>