111601356-error_text_modification

This commit is contained in:
Stas 2016-05-25 17:19:50 +03:00
parent 7a27756a36
commit 9e3bb02dd1
2 changed files with 5 additions and 3 deletions

View file

@ -132,8 +132,8 @@ class Epp::Contact < Contact
'2302' => [ # Object exists
[:code, :epp_id_taken]
],
'2304' => [
[:ident_type, :invalid, { value: { obj: 'ident_type', val: ident_type } }]
'2304' => [ # Object status prohibits operation
[:ident_type, :epp_ident_type_invalid, { value: { obj: 'code', val: code } }]
],
'2305' => [ # Association exists
[:domains, :exist]