mirror of
https://github.com/internetee/registry.git
synced 2025-07-21 02:05:57 +02:00
Integer error fix
This commit is contained in:
parent
2b22ba18f0
commit
d0a2adc1a4
3 changed files with 3 additions and 2 deletions
|
@ -19,7 +19,8 @@ class Epp::EppDomain < Domain
|
|||
[:base, :ds_data_with_key_not_allowed],
|
||||
[:base, :ds_data_not_allowed],
|
||||
[:base, :key_data_not_allowed],
|
||||
[:period, :not_a_number]
|
||||
[:period, :not_a_number],
|
||||
[:period, :not_an_integer]
|
||||
],
|
||||
'2004' => [ # Parameter value range error
|
||||
[:nameservers, :out_of_range,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue