@longvansoftware/storefront-js-client 3.9.9 → 4.0.0

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.
@@ -1714,7 +1714,7 @@ class OrderService extends serviceSDK_1.Service {
1714
1714
  const endpoint = `/front/orders/express/${this.orgId}/${this.storeId}/${orderId}/shipping-address`;
1715
1715
  const method = "PUT";
1716
1716
  try {
1717
- const response = yield this.restApiCallWithNoToken(endpoint, method, shippingData);
1717
+ const response = yield this.restApiCallWithToken(endpoint, method, shippingData);
1718
1718
  console.log("RESPONSE:", response);
1719
1719
  return response;
1720
1720
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@longvansoftware/storefront-js-client",
3
- "version": "3.9.9",
3
+ "version": "4.0.0",
4
4
  "main": "dist/src/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "files": [