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 4405582 commit 03298b3Copy full SHA for 03298b3
app/code/Magento/ConfigurableProduct/Model/Quote/Item/CartItemProcessor.php
@@ -69,7 +69,7 @@ public function convertToBuyRequest(CartItemInterface $cartItem)
69
if (is_array($options)) {
70
$requestData = [];
71
foreach ($options as $option) {
72
- $requestData['super_attribute'][$option->getOptionId()] = $option->getOptionValue();
+ $requestData['super_attribute'][$option->getOptionId()] = (string) $option->getOptionValue();
73
}
74
return $this->objectFactory->create($requestData);
75
0 commit comments