@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}/${this.storeId}/${orderId}/customerInfo`;
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);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@longvansoftware/storefront-js-client",
3
- "version": "2.2.7-beta.7",
3
+ "version": "2.2.7-beta.9",
4
4
  "main": "dist/src/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "files": [