mirror of
https://github.com/internetee/registry.git
synced 2025-07-02 17:23:34 +02:00
Introduce request op to domain transfer #2746
This commit is contained in:
parent
6daf082129
commit
c4da9c86a6
5 changed files with 121 additions and 10 deletions
|
@ -349,7 +349,7 @@ module Epp
|
|||
epp_xml.check(xml_params)
|
||||
end
|
||||
|
||||
def domain_transfer_xml(xml_params = {}, op = 'query', custom_params = {})
|
||||
def domain_transfer_xml(xml_params = {}, op = 'request', custom_params = {})
|
||||
defaults = {
|
||||
name: { value: next_domain_name },
|
||||
authInfo: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue