We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7755eef commit 89a4076Copy full SHA for 89a4076
app/code/Magento/Quote/Model/Quote/Item/Updater.php
@@ -145,8 +145,8 @@ protected function unsetCustomPrice(Item $item)
145
$item->addOption($infoBuyRequest);
146
}
147
148
- $item->unsetData('custom_price');
149
- $item->unsetData('original_custom_price');
+ $item->setData('custom_price', null);
+ $item->setData('original_custom_price', null);
150
151
152
/**
0 commit comments