Update period faultcode #2621

This commit is contained in:
Martin Lensment 2015-06-09 16:34:34 +03:00
parent ac886fb4cb
commit a373015667
3 changed files with 20 additions and 20 deletions

View file

@ -34,7 +34,6 @@ class Epp::Domain < Domain
max: Setting.ns_max_count
}
],
[:period, :out_of_range, { value: { obj: 'period', val: period } }],
[:dnskeys, :out_of_range,
{
min: Setting.dnskeys_min_count,
@ -69,6 +68,7 @@ class Epp::Domain < Domain
[:base, :domain_status_prohibits_operation]
],
'2306' => [ # Parameter policy error
[:period, :out_of_range, { value: { obj: 'period', val: period } }],
[:base, :ds_data_with_key_not_allowed],
[:base, :ds_data_not_allowed],
[:base, :key_data_not_allowed],