mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 17:01:44 +02:00
Contact got correct birthday and country code epp errors
This commit is contained in:
parent
61ee8ef9f5
commit
a8e43dd6cc
5 changed files with 15 additions and 10 deletions
|
@ -71,7 +71,8 @@ class Epp::Contact < Contact
|
|||
[:phone, :invalid],
|
||||
[:email, :invalid],
|
||||
[:ident, :invalid],
|
||||
[:ident, :not_valid_EE_identity_format]
|
||||
[:ident, :invalid_EE_identity_format],
|
||||
[:ident, :invalid_birthday_format]
|
||||
]
|
||||
}
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue