Skip to content

Commit 9dbaf51

Browse files
committed
Merge branch '2.3-develop#698' of github.com:XxXgeoXxX/graphql-ce into 2.3-develop#698
2 parents 63f34c6 + bcb4106 commit 9dbaf51

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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,

app/code/Magento/QuoteGraphQl/etc/schema.graphqls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ type SelectedCustomizableOption {
327327
type SelectedCustomizableOptionValue {
328328
id: Int!
329329
label: String!
330-
value: String
330+
value: String!
331331
price: CartItemSelectedOptionValuePrice!
332332
}
333333

0 commit comments

Comments
 (0)