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 90b6803 commit 2717cb1Copy full SHA for 2717cb1
app/code/Magento/SalesRule/Model/Rule/Condition/Product.php
@@ -80,7 +80,6 @@ public function validate(\Magento\Framework\Model\AbstractModel $model)
80
$model->getBaseRowTotal()
81
);
82
83
-
84
if ('category_ids' == $this->getAttribute()) {
85
return $this->validateAttribute($this->_getAvailableInCategories($product->getId()));
86
}
0 commit comments