Skip to content

Commit

Permalink
The country code in the tax id has started to be duplicated
Browse files Browse the repository at this point in the history
They now probably add it themselves.

Followup to #225
  • Loading branch information
spaze committed Sep 25, 2023
1 parent d5b98be commit 22c423c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/app/CompanyInfo/CompanyRegisterAres.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public function getDetails(string $companyId): CompanyInfoDetails
IResponse::S200_OK,
'OK',
$data->ico,
$data->dic ? $data->sidlo->kodStatu . $data->dic : '',
$data->dic ?? '',
$data->obchodniJmeno,
$streetAndNumber,
$data->sidlo->nazevObce,
Expand Down

0 comments on commit 22c423c

Please sign in to comment.