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 097adfc + de2f728 commit e079a3dCopy full SHA for e079a3d
app/code/Magento/Catalog/Model/Product/Type/AbstractType.php
@@ -576,7 +576,7 @@ public function getSpecifyOptionMessage()
576
*/
577
protected function _prepareOptions(\Magento\Framework\DataObject $buyRequest, $product, $processMode)
578
{
579
- $transport = new \StdClass();
+ $transport = new \stdClass();
580
$transport->options = [];
581
$options = null;
582
if ($product->getHasOptions()) {
0 commit comments