We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a547916 commit 99e58edCopy full SHA for 99e58ed
includes/Generator/Order.php
@@ -135,7 +135,7 @@ private static function get_status( $assoc_args ) {
135
if ( ! empty( $assoc_args['status'] ) ) {
136
return $assoc_args['status'];
137
} else {
138
- return self::random_weighted_element(array(
+ return self::random_weighted_element( array(
139
'completed' => 70,
140
'processing' => 15,
141
'on-hold' => 5,
0 commit comments