mirror of
https://github.com/internetee/registry.git
synced 2025-05-30 01:20:04 +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"
|
<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>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
|
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue