mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 17:01:44 +02:00
Basic disclosure support
This commit is contained in:
parent
4b5e25636e
commit
0a1c2d3d57
6 changed files with 119 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue