Skip to content

Commit 53738ff

Browse files
committed
customizable_options.values contains everything but value(s)
1 parent fb99d8f commit 53738ff

File tree

1 file changed

+1
-0
lines changed
  • app/code/Magento/QuoteGraphQl/Model/CartItem/DataProvider/CustomizableOptionValue

1 file changed

+1
-0
lines changed

app/code/Magento/QuoteGraphQl/Model/CartItem/DataProvider/CustomizableOptionValue/Multiple.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ public function getData(
5454
$selectedOptionValueData[] = [
5555
'id' => $selectedOption->getId(),
5656
'label' => $optionValue->getTitle(),
57+
'value' => $optionId,
5758
'price' => [
5859
'type' => strtoupper($optionValue->getPriceType()),
5960
'units' => $priceValueUnits,

0 commit comments

Comments
 (0)