Allow latin only characters #2613

This commit is contained in:
Priit Tark 2015-06-17 01:37:21 +03:00
parent 7f116527c4
commit aeb3f2c9e0
3 changed files with 25 additions and 0 deletions

View file

@ -0,0 +1,8 @@
xml.epp_head do
xml.response do
xml.result('code' => '2306') do
xml.msg('Parameter value policy error. Allowed only Latin characters.', 'lang' => 'en')
end
render('epp/shared/trID', builder: xml)
end
end