mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 03:06:14 +02:00
Renamed ident flag to type
This commit is contained in:
parent
8c20f2697b
commit
3f5b37db5c
3 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@ module EppContactXmlHelper
|
|||
},
|
||||
voice: { value: '+372.1234567' },
|
||||
email: { value: 'test@example.example' },
|
||||
ident: { value: '37605030299' , attrs: { flag: 'op' } }
|
||||
ident: { value: '37605030299' , attrs: { type: 'op' } }
|
||||
}
|
||||
|
||||
xml_params = defaults.deep_merge(xml_params)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue