Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
ialbert 2023-05-24 14:04:08 +03:00
commit f52cc62e08

View file

@ -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",