mirror of
https://github.com/internetee/registry.git
synced 2025-08-03 00:12:03 +02:00
Rename auth_info / authorization_code to transfer_code
This commit is contained in:
parent
6e624a7898
commit
117b682990
5 changed files with 32 additions and 6 deletions
|
@ -35,7 +35,7 @@ module Actions
|
|||
end
|
||||
|
||||
def validate_domain_integrity
|
||||
domain.auth_info = params[:auth_info] if params[:auth_info]
|
||||
domain.auth_info = params[:transfer_code] if params[:transfer_code]
|
||||
|
||||
return unless domain.discarded?
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue