@longvansoftware/storefront-js-client 4.1.5 → 4.1.6
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.
|
@@ -370,7 +370,7 @@ class PortalService extends serviceSDK_1.Service {
|
|
|
370
370
|
updateSchedule(orgId, data) {
|
|
371
371
|
return __awaiter(this, void 0, void 0, function* () {
|
|
372
372
|
const method = 'POST';
|
|
373
|
-
const endpoint = `/dynamic-collection/public/v2/schedule/actionBooking
|
|
373
|
+
const endpoint = `/dynamic-collection/public/v2/schedule/actionBooking`;
|
|
374
374
|
try {
|
|
375
375
|
const response = yield this.restApiCallWithNoToken(endpoint, method, data);
|
|
376
376
|
return response;
|