@djust-b2b/djust-front-sdk 1.18.1 → 1.18.2
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.
|
@@ -198,7 +198,7 @@ async function createOrderLogisticLineIncident({ logisticOrderId, idType, custom
|
|
|
198
198
|
body: JSON.stringify({
|
|
199
199
|
customFieldIdType,
|
|
200
200
|
orderLines,
|
|
201
|
-
reasonCode,
|
|
201
|
+
reasonCodes: reasonCode,
|
|
202
202
|
}),
|
|
203
203
|
});
|
|
204
204
|
return data;
|
|
@@ -257,7 +257,7 @@ async function createOrderLogisticIncidentThread({ logisticOrderId, incidentId,
|
|
|
257
257
|
customField,
|
|
258
258
|
message,
|
|
259
259
|
name,
|
|
260
|
-
|
|
260
|
+
reasonCode,
|
|
261
261
|
}),
|
|
262
262
|
});
|
|
263
263
|
return data;
|