Commit 7cf817c75d449978f59038d39d628f6ab99507cc
1 parent
ece306d2c2
Exists in
develop
Agregado contact less = true
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
src/app/services/articulo/articulo.service.ts
| ... | ... | @@ -87,7 +87,8 @@ export class ArticuloService { |
| 87 | 87 | pedidoAnombreDe: dataPago.pedidoAnombreDe, |
| 88 | 88 | numeroPlanilla: APP_SETTINGS.numeroPlanilla, |
| 89 | 89 | pedidoParaLlevar: localStorage.getItem('pedidoParaLlevar'), |
| 90 | - terminal: APP_SETTINGS.terminal | |
| 90 | + terminal: APP_SETTINGS.terminal, | |
| 91 | + contactLess: true, | |
| 91 | 92 | }) |
| 92 | 93 | .subscribe((data) => { |
| 93 | 94 | observer.next(data); |