File tree Expand file tree Collapse file tree 4 files changed +8
-0
lines changed
Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -581,6 +581,8 @@ public function getAdjustmentPositive();
581581 /**
582582 * Gets the applied rule IDs for the order.
583583 *
584+ * Rules are comma separated if there are more than one.
585+ *
584586 * @return string|null Applied rule IDs.
585587 */
586588 public function getAppliedRuleIds ();
Original file line number Diff line number Diff line change @@ -415,6 +415,8 @@ public function getAmountRefunded();
415415 /**
416416 * Gets the applied rule IDs for the order item.
417417 *
418+ * Rules are comma separated if there are more than one.
419+ *
418420 * @return string|null Applied rule IDs.
419421 */
420422 public function getAppliedRuleIds ();
Original file line number Diff line number Diff line change @@ -2152,6 +2152,8 @@ public function getAdjustmentPositive()
21522152 /**
21532153 * Return applied_rule_ids
21542154 *
2155+ * Rules are comma separated if there are more than one.
2156+ *
21552157 * @return string|null
21562158 */
21572159 public function getAppliedRuleIds ()
Original file line number Diff line number Diff line change @@ -725,6 +725,8 @@ public function getAmountRefunded()
725725 /**
726726 * Return applied_rule_ids
727727 *
728+ * Rules are comma separated if there are more than one.
729+ *
728730 * @return string|null
729731 */
730732 public function getAppliedRuleIds ()
You can’t perform that action at this time.
0 commit comments