@pisell/pisellos 0.0.105 → 0.0.106
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.
|
@@ -1215,6 +1215,9 @@ export var BookingByStepImpl = /*#__PURE__*/function (_BaseModule) {
|
|
|
1215
1215
|
});
|
|
1216
1216
|
}
|
|
1217
1217
|
this.store.cart.updateItem(params);
|
|
1218
|
+
if (this.otherParams.isRetailTemplate) {
|
|
1219
|
+
return;
|
|
1220
|
+
}
|
|
1218
1221
|
var allOriginResources = [];
|
|
1219
1222
|
var dateRange = this.store.date.getDateRange();
|
|
1220
1223
|
if (dateRange !== null && dateRange !== void 0 && dateRange.length) {
|
|
@@ -596,6 +596,9 @@ var BookingByStepImpl = class extends import_BaseModule.BaseModule {
|
|
|
596
596
|
});
|
|
597
597
|
}
|
|
598
598
|
this.store.cart.updateItem(params);
|
|
599
|
+
if (this.otherParams.isRetailTemplate) {
|
|
600
|
+
return;
|
|
601
|
+
}
|
|
599
602
|
const allOriginResources = [];
|
|
600
603
|
const dateRange = this.store.date.getDateRange();
|
|
601
604
|
if (dateRange == null ? void 0 : dateRange.length) {
|