mirror of
https://github.com/internetee/registry.git
synced 2025-07-31 15:06:23 +02:00
Removed and updated additional files
This commit is contained in:
parent
11c2af075a
commit
04b55068df
29 changed files with 154 additions and 1534 deletions
|
@ -43,7 +43,7 @@ module Repp
|
|||
|
||||
def validate_renew_period
|
||||
@epp_errors ||= ActiveModel::Errors.new(self)
|
||||
periods = Depp::Domain::PERIODS.map { |p| p[1] }
|
||||
periods = Domain::PERIODS.map { |p| p[1] }
|
||||
return if periods.include? bulk_renew_params[:renew_period]
|
||||
|
||||
@epp_errors.add(:epp_errors, msg: 'Invalid renew period', code: '2005')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue