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.
2 parents c1aa3b2 + 1f5bf31 commit f7540e9Copy full SHA for f7540e9
app/code/Magento/Quote/Model/Quote/Item/Compare.php
@@ -50,7 +50,7 @@ protected function getOptionValues($value)
50
if (is_string($value) && $this->jsonValidator->isValid($value)) {
51
$value = $this->serializer->unserialize($value);
52
if (is_array($value)) {
53
- unset($value['qty'], $value['uenc']);
+ unset($value['qty'], $value['uenc'], $value['related_product'], $value['item']);
54
$value = array_filter($value, function ($optionValue) {
55
return !empty($optionValue);
56
});
0 commit comments