-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
Hi!
In Providers/DaDataCompany.php on line 40 there is error (which you can catch if you try to check INDIVIDUAL by INN number).
On property 'type' - wrong ENUM in value. Instead of "CompanyType::$map[$type] ?? null" there is "CompanyStatus::$map[$type] ?? null" (status instead of type).
I've fixed it manually, but it would be better to fix this in release.
Metadata
Metadata
Assignees
Labels
No labels