Rename "Domain password" to "Domain transfer code"

Original change in 4b836f1476

#660
This commit is contained in:
Artur Beljajev 2018-01-22 18:12:35 +02:00
parent a4c11996f2
commit 07900ed807
3 changed files with 4 additions and 4 deletions

View file

@ -118,7 +118,7 @@ module Depp
current_user.request(epp_xml.transfer({
name: { value: params[:domain_name] },
authInfo: { pw: { value: params[:password] } }
authInfo: { pw: { value: params[:transfer_code] } }
}, op, Domain.construct_custom_params_hash(params)))
end