@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.
|
|
1717
|
+
const response = yield this.restApiCallWithToken(endpoint, method, shippingData);
|
|
1718
1718
|
console.log("RESPONSE:", response);
|
|
1719
1719
|
return response;
|
|
1720
1720
|
}
|