mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 00:42:04 +02:00
REPP: Hide contact internal ID
This commit is contained in:
parent
fc816ad67b
commit
3d0150076c
3 changed files with 53 additions and 7 deletions
|
@ -36,7 +36,7 @@ class Epp::Contact < Contact
|
|||
attrs = epp ? attrs_from(frame, new_record: true) : frame
|
||||
super(
|
||||
attrs.merge(
|
||||
code: epp ? frame.css('id').text : frame[:code],
|
||||
code: epp ? frame.css('id').text : frame[:id],
|
||||
registrar: registrar
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue