mirror of
https://github.com/internetee/registry.git
synced 2025-05-28 16:39:55 +02:00
Remove postal types, disclosure #2660
This commit is contained in:
parent
c1962331a5
commit
298f382cc0
2 changed files with 2 additions and 9 deletions
|
@ -236,8 +236,7 @@
|
|||
<element name="addr" type="contact:addrType"
|
||||
minOccurs="0"/>
|
||||
</sequence>
|
||||
<attribute name="type" type="contact:postalInfoEnumType"
|
||||
use="required"/>
|
||||
<attribute name="type" type="contact:postalInfoEnumType"/>
|
||||
</complexType>
|
||||
|
||||
<!--
|
||||
|
|
|
@ -267,14 +267,8 @@ describe 'EPP Contact', epp: true do
|
|||
},
|
||||
voice: { value: '+372.7654321' },
|
||||
fax: nil,
|
||||
authInfo: { pw: { value: 'password' } },
|
||||
email: { value: 'edited@example.example' },
|
||||
disclose: {
|
||||
value: {
|
||||
voice: { value: '' },
|
||||
email: { value: '' }
|
||||
}, attrs: { flag: '0' }
|
||||
}
|
||||
authInfo: { pw: { value: 'password' } }
|
||||
}
|
||||
}
|
||||
update_xml = @epp_xml.update(defaults.deep_merge(overwrites), extension)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue