cardus 0.0.45 → 0.0.46

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -103,7 +103,8 @@ const cookTempShipment = (_a) => __awaiter(void 0, [_a], void 0, function* ({ or
103
103
  num_bultos: warehouseId ? 0 : order.lineas.length,
104
104
  tipo_envio: shipmentType,
105
105
  codigo_envio_externo: order.codigoEnvioExterno,
106
- id_almacen: warehouseId
106
+ id_almacen: warehouseId,
107
+ agencia_envio_integracion: order.agenciaEnvioIntegracion
107
108
  });
108
109
  const setters = [
109
110
  setDatosVendedor,
@@ -150,7 +150,8 @@ export const cookTempShipment = async ({
150
150
  num_bultos: warehouseId ? 0 : order.lineas.length,
151
151
  tipo_envio: shipmentType,
152
152
  codigo_envio_externo: order.codigoEnvioExterno,
153
- id_almacen: warehouseId
153
+ id_almacen: warehouseId,
154
+ agencia_envio_integracion: order.agenciaEnvioIntegracion
154
155
  });
155
156
 
156
157
  const setters = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cardus",
3
- "version": "0.0.45",
3
+ "version": "0.0.46",
4
4
  "description": "an integration manager",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",