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 350d9f1 commit 9fc3ba7Copy full SHA for 9fc3ba7
app/code/Magento/Catalog/Model/Product/Option/Type/Select.php
@@ -92,7 +92,7 @@ public function validateUserValue($values)
92
if (!$this->_isSingleSelection()) {
93
if (is_string($value)) {
94
$value = explode(',', $value);
95
- } else if (!is_array($value)) {
+ } elseif (!is_array($value)) {
96
$value = [$value];
97
}
98
$valuesCollection = $option->getOptionValuesByOptionId($value, $this->getProduct()->getStoreId());
0 commit comments