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.
2 parents d5ad9dd + 51456f7 commit a52910fCopy full SHA for a52910f
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