mirror of
https://github.com/internetee/registry.git
synced 2025-06-06 20:55:44 +02:00
REPP: Ditch _id from registrant / registrar attributes
This commit is contained in:
parent
83bfc493bb
commit
d6b266459b
5 changed files with 15 additions and 15 deletions
|
@ -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'),
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue