Rename auth_info / authorization_code to transfer_code

This commit is contained in:
Karl Erik Õunapuu 2021-03-22 16:29:40 +02:00
parent 6e624a7898
commit 117b682990
No known key found for this signature in database
GPG key ID: C9DD647298A34764
5 changed files with 32 additions and 6 deletions

View file

@ -12,7 +12,7 @@ module Serializers
name: obj.name, registrant: obj.registrant.code, created_at: obj.created_at,
updated_at: obj.updated_at, expire_time: obj.expire_time, outzone_at: obj.outzone_at,
delete_date: obj.delete_date, force_delete_date: obj.force_delete_date,
authorization_code: obj.auth_info, contacts: contacts, nameservers: nameservers,
transfer_code: obj.auth_info, contacts: contacts, nameservers: nameservers,
dnssec_keys: dnssec_keys, statuses: obj.statuses
}