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 fc7e024 commit 5845489Copy full SHA for 5845489
app/code/Magento/SalesRule/Api/Data/RuleInterface.php
@@ -234,6 +234,8 @@ public function setStopRulesProcessing($stopRulesProcessing);
234
public function getIsAdvanced();
235
236
/**
237
+ * Set if rule is advanced
238
+ *
239
* @param bool $isAdvanced
240
* @return $this
241
*/
@@ -262,6 +264,8 @@ public function setProductIds(array $productIds = null);
262
264
public function getSortOrder();
263
265
266
267
+ * Set sort order
268
269
* @param int $sortOrder
270
271
0 commit comments