File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed
Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -582,6 +582,7 @@ public function getAdjustmentPositive();
582582 * Gets the applied rule IDs for the order.
583583 *
584584 * Rules are comma separated if there are more than one.
585+ *
585586 * @return string|null Applied rule IDs.
586587 */
587588 public function getAppliedRuleIds ();
Original file line number Diff line number Diff line change @@ -416,6 +416,7 @@ public function getAmountRefunded();
416416 * Gets the applied rule IDs for the order item.
417417 *
418418 * Rules are comma separated if there are more than one.
419+ *
419420 * @return string|null Applied rule IDs.
420421 */
421422 public function getAppliedRuleIds ();
Original file line number Diff line number Diff line change @@ -2114,6 +2114,7 @@ public function getAdjustmentPositive()
21142114 * Returns applied_rule_ids
21152115 *
21162116 * Rules are comma separated if there are more than one.
2117+ *
21172118 * @return string|null
21182119 */
21192120 public function getAppliedRuleIds ()
Original file line number Diff line number Diff line change @@ -726,6 +726,7 @@ public function getAmountRefunded()
726726 * Returns applied_rule_ids
727727 *
728728 * Rules are comma separated if there are more than one.
729+ *
729730 * @return string|null
730731 */
731732 public function getAppliedRuleIds ()
You can’t perform that action at this time.
0 commit comments