mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 01:35:10 +02:00
116209751-params_change
This commit is contained in:
parent
442b2b5a71
commit
55af3c8326
2 changed files with 2 additions and 7 deletions
|
@ -189,7 +189,7 @@ module Depp
|
|||
|
||||
if domain_params[:verified].present?
|
||||
custom_params[:_anonymus] << {
|
||||
chg: { registrant_verified: 'yes' }
|
||||
registrant_verified: { value: 'yes' }
|
||||
}
|
||||
end
|
||||
|
||||
|
@ -223,11 +223,6 @@ module Depp
|
|||
chg = [{ registrant: { value: domain_params[:registrant] } }]
|
||||
end
|
||||
|
||||
if domain_params[:verified].present?
|
||||
chg.push({ registrant_verified: 'yes'}) if chg.present?
|
||||
chg = [{ registrant_verified: 'yes'}] if chg.nil?
|
||||
end
|
||||
|
||||
add_arr = nil if add_arr.none?
|
||||
rem_arr = nil if rem_arr.none?
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue