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 996cb1a commit 03cfa37Copy full SHA for 03cfa37
app/code/Magento/Catalog/Model/Product/Option/Type/Select.php
@@ -58,8 +58,8 @@ public function __construct(
58
parent::__construct($checkoutSession, $scopeConfig, $data);
59
60
$this->singleSelectionTypes = $singleSelectionTypes ?: [
61
- \Magento\Catalog\Api\Data\ProductCustomOptionInterface::OPTION_TYPE_DROP_DOWN,
62
- \Magento\Catalog\Api\Data\ProductCustomOptionInterface::OPTION_TYPE_RADIO,
+ 'drop_down' => \Magento\Catalog\Api\Data\ProductCustomOptionInterface::OPTION_TYPE_DROP_DOWN,
+ 'radio' => \Magento\Catalog\Api\Data\ProductCustomOptionInterface::OPTION_TYPE_RADIO,
63
];
64
}
65
0 commit comments