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 72b6452 commit 4ac06edCopy full SHA for 4ac06ed
app/code/Magento/ConfigurableProduct/Model/Quote/Item/CartItemProcessor.php
@@ -59,7 +59,7 @@ public function convertToBuyRequest(CartItemInterface $cartItem)
59
if (is_array($options)) {
60
$requestData = [];
61
foreach ($options as $option) {
62
- $requestData['super_attribute'][$option->getOptionId()] = $option->getOptionValue();
+ $requestData['super_attribute'][$option->getOptionId()] = (string) $option->getOptionValue();
63
}
64
return $this->objectFactory->create($requestData);
65
0 commit comments