Merge branch '111601356-ident_type_validation' into staging

This commit is contained in:
Stas 2016-05-26 18:23:48 +03:00
commit 642fc93b9b
2 changed files with 7 additions and 2 deletions

View file

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