Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
f52cc62e08
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@ public class AccountValidationConfig {
|
|||
account -> {
|
||||
// проверка на заблокированность счёта
|
||||
if (!AccountStatus.ACTIVE.getKey().equalsIgnoreCase(account.getStatus()))
|
||||
return AccountError.WrongFieldValue;
|
||||
return AccountError.AccountNotActive;
|
||||
return null;
|
||||
}),
|
||||
IdPresentRule.instance("companyId",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue