Commit 10bb43c11a3e29c4ae4ba9a7e23ff93c5ae5730e

Authored by Eric
1 parent fb87f0cd5c
Exists in master

order line

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/js/requestHeadersInterceptor.js
... ... @@ -31,9 +31,9 @@ angular.module('focaConfiguracion')
31 31 getPuntoVenta(angular.copy(config));
32 32 }
33 33  
34   - config.headers["X-Punto-Venta"] = puntoVenta;
35 34 config.headers["X-Terminal-Key"] = $localStorage.terminalKey;
36 35 config.headers["X-Nombre-Usuario"] = nombreUsuario;
  36 + config.headers["X-Punto-Venta"] = puntoVenta;
37 37 return config;
38 38 }
39 39 }