business contact validation + tests

This commit is contained in:
oleghasjanov 2024-09-24 15:04:02 +03:00
parent 4ed6e90893
commit 6ff5e55a24
23 changed files with 962 additions and 2 deletions

View file

@ -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'

View file

@ -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'