Updated contact name data type in schemas

This commit is contained in:
tsoganov 2024-08-16 13:35:14 +03:00
parent 9e63e3d0bd
commit c7d3788a36
12 changed files with 109 additions and 45 deletions

View file

@ -38,6 +38,7 @@ module EppErrors
errors.each do |err|
code, value = find_epp_code_and_value(err)
next unless code
msg = attr.to_sym == :base ? err : "#{err} [#{attr}]"
epp_errors.add(attr, code: code, msg: msg, value: value)
end