mirror of
https://github.com/internetee/registry.git
synced 2025-07-20 09:46:09 +02:00
116209751-param_added
This commit is contained in:
parent
cef53f16d8
commit
c87907c56a
1 changed files with 3 additions and 2 deletions
|
@ -66,8 +66,9 @@ module Depp
|
||||||
|
|
||||||
def delete(domain_params)
|
def delete(domain_params)
|
||||||
xml = epp_xml.delete({
|
xml = epp_xml.delete({
|
||||||
name: { value: domain_params[:name] }
|
name: { value: domain_params[:name] }},
|
||||||
}, Depp::Domain.construct_custom_params_hash(domain_params))
|
Depp::Domain.construct_custom_params_hash(domain_params),
|
||||||
|
(domain_params[:verified].present? && 'yes'))
|
||||||
|
|
||||||
current_user.request(xml)
|
current_user.request(xml)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue