This commit is contained in:
parent
25a124fa89
commit
7ba03b3bdf
1 changed files with 3 additions and 4 deletions
|
|
@ -71,9 +71,8 @@ public class BankAccountValidationConfig {
|
|||
AccountError.RequiredFieldEmpty,
|
||||
AccountError.DictionaryNotFound,
|
||||
false),
|
||||
ValidateSymbolsRule.required("БИК",
|
||||
BankAccountNewRequest::getBankIdentificationCode,
|
||||
AccountError.RequiredFieldEmpty,
|
||||
ValidateSymbolsRule.notRequired("БИК",
|
||||
BankAccountUpdateRequest::getBankIdentificationCode,
|
||||
AccountError.BadSymbol),
|
||||
ValidateSymbolsRule.required("Наименование компании",
|
||||
BankAccountNewRequest::getBankName,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue