mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 19:20:37 +02:00
Return truemail
This reverts commit 862f5639ebbe4d3e6abd5d5be7fb7840e7b83bdf.
This commit is contained in:
parent
0a7b754c4c
commit
e4a02c2e47
35 changed files with 728 additions and 153 deletions
|
@ -60,6 +60,7 @@ class Epp::Contact < Contact
|
|||
|
||||
delegate :ident_attr_valid?, to: :class
|
||||
|
||||
# rubocop:disable Style/SymbolArray
|
||||
def epp_code_map
|
||||
{
|
||||
'2003' => [ # Required parameter missing
|
||||
|
@ -80,7 +81,7 @@ class Epp::Contact < Contact
|
|||
[:code, :too_long_contact_code],
|
||||
[:email, :email_smtp_check_error],
|
||||
[:email, :email_mx_check_error],
|
||||
[:email, :email_regex_check_error]
|
||||
[:email, :email_regex_check_error],
|
||||
],
|
||||
'2302' => [ # Object exists
|
||||
[:code, :epp_id_taken]
|
||||
|
@ -90,6 +91,7 @@ class Epp::Contact < Contact
|
|||
]
|
||||
}
|
||||
end
|
||||
# rubocop:enable Style/SymbolArray
|
||||
|
||||
def attach_legal_document(legal_document_data)
|
||||
return unless legal_document_data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue