mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 08:52:04 +02:00
business contact validation + tests
This commit is contained in:
parent
4ed6e90893
commit
6ff5e55a24
23 changed files with 962 additions and 2 deletions
|
@ -252,3 +252,7 @@ billing_system_integrated: 'true'
|
|||
secret_access_word: 'please-Give-Me-accesS'
|
||||
secret_word: 'this-secret-should-be-change'
|
||||
allow_accr_endspoints: 'true'
|
||||
|
||||
whitelist_companies:
|
||||
- '12345678'
|
||||
- '87654321'
|
|
@ -202,6 +202,7 @@ en:
|
|||
invalid_cert: 'Invalid certificate'
|
||||
failed_epp_conn: 'Failed to open connection to EPP server!'
|
||||
epp_conn_error: 'CONNECTION ERROR - Is the EPP server running?'
|
||||
company_not_registered: 'Company is not registered'
|
||||
|
||||
code: 'Code'
|
||||
action: 'Action'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue