Basic disclosure support

This commit is contained in:
Andres Keskküla 2014-08-29 11:18:04 +03:00
parent 4b5e25636e
commit 0a1c2d3d57
6 changed files with 119 additions and 4 deletions

View file

@ -135,6 +135,9 @@ module Epp::ContactsHelper
contact_hash = contact_hash.merge(
Address.extract_attributes((prms.try(:[], :postalInfo) || []))
)
contact_hash[:disclosure_attributes] =
ContactDisclosure.extract_attributes(parsed_frame)
contact_hash
end