mirror of
https://github.com/internetee/registry.git
synced 2025-07-24 19:48:28 +02:00
Registrar domain renew view update
This commit is contained in:
parent
b36315faf7
commit
bf4d5c51ce
3 changed files with 9 additions and 9 deletions
|
@ -73,7 +73,7 @@ module Depp
|
|||
current_user.request(epp_xml.renew(
|
||||
name: { value: params[:domain_name] },
|
||||
curExpDate: { value: params[:cur_exp_date] },
|
||||
period: { value: params[:period], attrs: { unit: params[:period_unit] } }
|
||||
period: { value: params[:period].to_s[0], attrs: { unit: params[:period].to_s[1] } }
|
||||
))
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue