mirror of
https://github.com/internetee/registry.git
synced 2025-07-03 01:33:36 +02:00
Fix rubocop errors, add error message for transfer period #2803
This commit is contained in:
parent
6d3f2f611b
commit
aecd61670a
5 changed files with 60 additions and 11 deletions
|
@ -352,6 +352,7 @@ module Epp
|
|||
def domain_transfer_xml(xml_params = {}, op = 'request', custom_params = {})
|
||||
defaults = {
|
||||
name: { value: next_domain_name },
|
||||
period: nil,
|
||||
authInfo: {
|
||||
pw: { value: '98oiewslkfkd', attrs: { roid: 'citizen_1234-REP' } }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue