From fdabc995beb56a5616cc0b729e6a56bf72528f84 Mon Sep 17 00:00:00 2001 From: Oleg Hasjanov Date: Tue, 24 Oct 2023 12:53:40 +0300 Subject: [PATCH] update repp contact response --- lib/serializers/repp/contact.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/serializers/repp/contact.rb b/lib/serializers/repp/contact.rb index 5afab98f0e..54f2e270df 100644 --- a/lib/serializers/repp/contact.rb +++ b/lib/serializers/repp/contact.rb @@ -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