@pisell/pisellos 2.2.68 → 2.2.70
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.
|
@@ -1677,7 +1677,8 @@ export var RulesModule = /*#__PURE__*/function (_BaseModule) {
|
|
|
1677
1677
|
product_id: bundleItem.product_id,
|
|
1678
1678
|
price: item.price,
|
|
1679
1679
|
num: item.num,
|
|
1680
|
-
discount_list: updatedDiscountList
|
|
1680
|
+
discount_list: updatedDiscountList,
|
|
1681
|
+
bundle_selling_price: bundleItem.bundle_selling_price !== undefined ? item.price : undefined
|
|
1681
1682
|
}));
|
|
1682
1683
|
});
|
|
1683
1684
|
}
|
|
@@ -1374,7 +1374,8 @@ var RulesModule = class extends import_BaseModule.BaseModule {
|
|
|
1374
1374
|
product_id: bundleItem.product_id,
|
|
1375
1375
|
price: item.price,
|
|
1376
1376
|
num: item.num,
|
|
1377
|
-
discount_list: updatedDiscountList2
|
|
1377
|
+
discount_list: updatedDiscountList2,
|
|
1378
|
+
bundle_selling_price: bundleItem.bundle_selling_price !== void 0 ? item.price : void 0
|
|
1378
1379
|
});
|
|
1379
1380
|
});
|
|
1380
1381
|
}
|