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" <element name="addr" type="contact:addrType"
minOccurs="0"/> minOccurs="0"/>
</sequence> </sequence>
<attribute name="type" type="contact:postalInfoEnumType" <attribute name="type" type="contact:postalInfoEnumType"/>
use="required"/>
</complexType> </complexType>
<!-- <!--

View file

@ -267,14 +267,8 @@ describe 'EPP Contact', epp: true do
}, },
voice: { value: '+372.7654321' }, voice: { value: '+372.7654321' },
fax: nil, fax: nil,
authInfo: { pw: { value: 'password' } },
email: { value: 'edited@example.example' }, email: { value: 'edited@example.example' },
disclose: { authInfo: { pw: { value: 'password' } }
value: {
voice: { value: '' },
email: { value: '' }
}, attrs: { flag: '0' }
}
} }
} }
update_xml = @epp_xml.update(defaults.deep_merge(overwrites), extension) update_xml = @epp_xml.update(defaults.deep_merge(overwrites), extension)