@longvansoftware/storefront-js-client 2.2.7-beta.7 → 2.2.7-beta.9
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.
|
@@ -1345,7 +1345,7 @@ class OrderService extends serviceSDK_1.Service {
|
|
|
1345
1345
|
}
|
|
1346
1346
|
updateCustomerInOrder(orderId, dataRequest) {
|
|
1347
1347
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1348
|
-
const endpoint = `/front/orders/${this.orgId}/${
|
|
1348
|
+
const endpoint = `/front/orders/${this.orgId}/${orderId}/customerInfo`;
|
|
1349
1349
|
const method = "PUT";
|
|
1350
1350
|
try {
|
|
1351
1351
|
const response = yield this.restApiCallWithNoToken(endpoint, method, dataRequest);
|