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)
|
||||
xml = epp_xml.delete({
|
||||
name: { value: domain_params[:name] }
|
||||
}, Depp::Domain.construct_custom_params_hash(domain_params))
|
||||
name: { value: domain_params[:name] }},
|
||||
Depp::Domain.construct_custom_params_hash(domain_params),
|
||||
(domain_params[:verified].present? && 'yes'))
|
||||
|
||||
current_user.request(xml)
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue