added test, connect epp-xml another branch in gemfile, made domain object as array

This commit is contained in:
Oleg Hasjanov 2021-06-15 08:57:28 +03:00
parent 6b9c9754de
commit b7c0a6c4c9
5 changed files with 94 additions and 27 deletions

View file

@ -32,7 +32,7 @@ module Depp
def initialize(args = {})
self.current_user = args[:current_user]
self.epp_xml = EppXml::Domain.new(cl_trid_prefix: current_user.tag)
self.epp_xml = EppXml::Domain.new(cl_trid_prefix: current_user.tag, schema_prefix: 'domain-ee', schema_version: '1.1')
end
def info(domain_name)