File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
app/code/Magento/Bundle/Model/ResourceModel Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -174,8 +174,10 @@ public function saveSelectionPrice($item)
174
174
$ values = [
175
175
'selection_id ' => $ item ->getSelectionId (),
176
176
'website_id ' => $ item ->getWebsiteId (),
177
- 'selection_price_type ' => $ item ->getSelectionPriceType () ?? 0 ,
178
- 'selection_price_value ' => $ item ->getSelectionPriceValue () ?? 0 ,
177
+ //'selection_price_type' => $item->getSelectionPriceType() ?? 0,
178
+ 'selection_price_type ' => $ item ->getSelectionPriceType (),
179
+ //'selection_price_value' => $item->getSelectionPriceValue() ?? 0,
180
+ 'selection_price_value ' => $ item ->getSelectionPriceValue (),
179
181
'parent_product_id ' => $ item ->getParentProductId (),
180
182
];
181
183
$ connection ->insertOnDuplicate (
You can’t perform that action at this time.
0 commit comments