Merge pull request #10262 from Spreeuw/issue-10252
default order to processing for non-catalog products
This commit is contained in:
commit
384c07b367
|
@ -2368,6 +2368,9 @@ abstract class WC_Abstract_Order {
|
|||
$order_needs_processing = true;
|
||||
break;
|
||||
}
|
||||
} else {
|
||||
$order_needs_processing = true;
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue