cardus 0.0.48 → 0.0.49
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.
|
@@ -101,7 +101,7 @@ const cookTempShipment = (_a) => __awaiter(void 0, [_a], void 0, function* ({ or
|
|
|
101
101
|
});
|
|
102
102
|
const setBultos = (order) => ({
|
|
103
103
|
num_bultos: warehouseId ? 0 : order.lineas.length,
|
|
104
|
-
tipo_envio:
|
|
104
|
+
tipo_envio: integrationType,
|
|
105
105
|
codigo_envio_externo: order.codigoEnvioExterno,
|
|
106
106
|
id_almacen: warehouseId,
|
|
107
107
|
agencia_envio_integracion: order.agenciaEnvioIntegracion
|
|
@@ -151,7 +151,7 @@ export const cookTempShipment = async ({
|
|
|
151
151
|
|
|
152
152
|
const setBultos = (order: ModifiedOrder) => ({
|
|
153
153
|
num_bultos: warehouseId ? 0 : order.lineas.length,
|
|
154
|
-
tipo_envio:
|
|
154
|
+
tipo_envio: integrationType,
|
|
155
155
|
codigo_envio_externo: order.codigoEnvioExterno,
|
|
156
156
|
id_almacen: warehouseId,
|
|
157
157
|
agencia_envio_integracion: order.agenciaEnvioIntegracion
|