Skip to content

Commit

Permalink
update repp contact response
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegPhenomenon committed Oct 24, 2023
1 parent c7c8ae9 commit fdabc99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/serializers/repp/contact.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ def to_json(obj = contact)
return simple_object if @simplify

json = { code: obj.code, name: obj.name, ident: ident, phone: obj.phone,
created_at: obj.created_at, auth_info: obj.auth_info, email: obj.email,
statuses: statuses, disclosed_attributes: obj.disclosed_attributes,
created_at: obj.created_at, updated_at: obj.updated_at, auth_info: obj.auth_info,
email: obj.email, statuses: statuses, disclosed_attributes: obj.disclosed_attributes,
registrar: registrar }
json[:address] = address if @show_address
if @domain_params
Expand Down

0 comments on commit fdabc99

Please sign in to comment.