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 fb99d8f commit 53738ffCopy full SHA for 53738ff
app/code/Magento/QuoteGraphQl/Model/CartItem/DataProvider/CustomizableOptionValue/Multiple.php
@@ -54,6 +54,7 @@ public function getData(
54
$selectedOptionValueData[] = [
55
'id' => $selectedOption->getId(),
56
'label' => $optionValue->getTitle(),
57
+ 'value' => $optionId,
58
'price' => [
59
'type' => strtoupper($optionValue->getPriceType()),
60
'units' => $priceValueUnits,
0 commit comments