mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 17:28:18 +02:00
Rename "Domain password" to "Domain transfer code"
Original change in 4b836f1476
#660
This commit is contained in:
parent
a4c11996f2
commit
07900ed807
3 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue