Merge pull request #324 from internetee/registry-266

Exclude reg no. and ident country code from WHOIS output for private …
This commit is contained in:
Timo Võhmar 2016-12-30 16:58:50 +02:00 committed by GitHub
commit 9a152b8289

View file

@ -13,8 +13,10 @@ delete: <%= json['delete'].to_s.tr('T',' ').sub('+', ' +') %>
Registrant:
name: <%= json['registrant'] %>
<% if json['registrant_kind'] != 'priv' -%>
org id: <%= json['registrant_reg_no'] %>
country: <%= json['registrant_ident_country_code'] %>
<% end -%>
email: Not Disclosed - Visit www.internet.ee for webbased WHOIS
changed: <%= json['registrant_changed'].to_s.tr('T',' ').sub('+', ' +') %>