REPP: Ditch _id from registrant / registrar attributes

This commit is contained in:
Karl Erik Õunapuu 2021-03-22 15:28:23 +02:00
parent 83bfc493bb
commit d6b266459b
No known key found for this signature in database
GPG key ID: C9DD647298A34764
5 changed files with 15 additions and 15 deletions

View file

@ -11,8 +11,8 @@ module Deserializers
def call
attributes = {
name: if_present('name'),
registrar_id: registrar,
registrant_id: if_present('registrant'),
registrar: registrar,
registrant: if_present('registrant'),
reserved_pw: if_present('reserved > pw'),
}