Fixed coding standards for this comment.

This commit is contained in:
itzmekhokan 2019-08-30 07:35:17 +05:30
parent c572d26170
commit a21c18ee9c
1 changed files with 1 additions and 1 deletions

View File

@ -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;