@@ -58,7 +58,7 @@ class MexOrderNumberValidator extends Validator
)->count();
}
- if ($count > 10) {
+ if ($count >= 10) {
return false;