Rename domain "auth_info" to "transfer_code"

#660
This commit is contained in:
Artur Beljajev 2018-01-21 19:31:16 +02:00
parent 340e61804b
commit 4b836f1476
23 changed files with 54 additions and 47 deletions

View file

@ -19,7 +19,7 @@ class Registrar::DomainListCSVPresenter
def header
columns = %w(
domain_name
auth_info
transfer_code
registrant_name
registrant_code
expire_time
@ -33,7 +33,7 @@ class Registrar::DomainListCSVPresenter
def domain_to_row(domain:)
row = []
row[0] = domain.name
row[1] = domain.auth_info
row[1] = domain.transfer_code
row[2] = domain.registrant_name
row[3] = domain.registrant_code
row[4] = domain.expire_date