mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 19:20:37 +02:00
added test, connect epp-xml another branch in gemfile, made domain object as array
This commit is contained in:
parent
6b9c9754de
commit
b7c0a6c4c9
5 changed files with 94 additions and 27 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue