mirror of
https://github.com/internetee/registry.git
synced 2025-07-31 23:16:23 +02:00
feat: add ability to skip business contact validation
- Add environment variable 'allow_validate_business_contacts' to control business contact validation - Remove redundant company_is_relevant? method - Add integration test for skipping company validation
This commit is contained in:
parent
ebc9fd4871
commit
c77a4d494d
4 changed files with 39 additions and 4 deletions
|
@ -265,3 +265,5 @@ priv_ident_service_client_id: 123
|
|||
priv_ident_service_client_secret: 321
|
||||
birthday_ident_service_client_id: 456
|
||||
birthday_ident_service_client_secret: 654
|
||||
|
||||
allow_validate_business_contacts: 'true'
|
Loading…
Add table
Add a link
Reference in a new issue