Use contact-ee-1.1.xsd schema for contact create and update

#251
This commit is contained in:
Artur Beljajev 2016-12-06 17:55:35 +02:00
parent 763e327d1d
commit 9e4bcf69e6
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
class EppConstraint
OBJECT_TYPES = {
domain: { domain: 'https://epp.tld.ee/schema/domain-eis-1.0.xsd' },
contact: { contact: 'https://epp.tld.ee/schema/contact-eis-1.0.xsd' }
contact: { contact: 'https://epp.tld.ee/schema/contact-ee-1.1.xsd' }
}
def initialize(type)