mirror of
https://github.com/internetee/registry.git
synced 2025-07-22 02:35:57 +02:00
added bic and priv
This commit is contained in:
parent
0dba34f3f6
commit
6681dca02c
2 changed files with 7 additions and 5 deletions
|
@ -49,8 +49,10 @@ class Contact < ActiveRecord::Base
|
|||
IDENT_TYPE_ICO = 'ico'
|
||||
IDENT_TYPES = [
|
||||
IDENT_TYPE_ICO, # Company registry code (or similar)
|
||||
'op', # Estonian ID
|
||||
'passport', # Passport number
|
||||
'bic', # Business registry code
|
||||
'priv', # National idendtification number
|
||||
'op', # Estonian ID, depricated
|
||||
'passport', # Passport number, depricated
|
||||
'birthday' # Birthday date
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue