mirror of
https://github.com/internetee/registry.git
synced 2025-07-24 11:38:30 +02:00
Add email description to epp responce on contact creation
This commit is contained in:
parent
294c765819
commit
0a7b754c4c
7 changed files with 284 additions and 6 deletions
|
@ -77,7 +77,10 @@ class Epp::Contact < Contact
|
|||
[:email, :invalid],
|
||||
[:country_code, :invalid],
|
||||
[:code, :invalid],
|
||||
[:code, :too_long_contact_code]
|
||||
[:code, :too_long_contact_code],
|
||||
[:email, :email_smtp_check_error],
|
||||
[:email, :email_mx_check_error],
|
||||
[:email, :email_regex_check_error]
|
||||
],
|
||||
'2302' => [ # Object exists
|
||||
[:code, :epp_id_taken]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue