Fixed coding standards for this comment.
This commit is contained in:
parent
c572d26170
commit
a21c18ee9c
|
@ -1414,7 +1414,7 @@ class WC_Order extends WC_Abstract_Order {
|
|||
continue;
|
||||
}
|
||||
|
||||
// check item refunds
|
||||
// Check item refunds.
|
||||
$refunded_qty = abs( $this->get_qty_refunded_for_item( $item->get_id() ) );
|
||||
if ( $refunded_qty && $item->get_quantity() === $refunded_qty ) {
|
||||
continue;
|
||||
|
|
Loading…
Reference in New Issue