Remove postal types, disclosure #2660

This commit is contained in:
Martin Lensment 2015-06-01 17:40:58 +03:00
parent c1962331a5
commit 298f382cc0
2 changed files with 2 additions and 9 deletions

View file

@ -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>
<!--

View file

@ -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)