Tuesday, April 22, 2025
2 changes · saas-17.4
Resolved issues and error corrections
An unused Latvia localization data file was removed because it was never activated in the system. This cleanup avoids carrying unnecessary files and has no expected effect on users or daily operations.
Original PR description
In commit aca36072a8adcdc2263f5dcc12a3c9fb374a025e a new data file was created but not included in the manifest. So it is never loaded. This commit removes the file (since it is not used anyway). task: None
The Colombian eCommerce tax ID lookup now only matches the Colombian NIT identifier. This prevents errors when another country has an ID type with the same name, helping customers complete checkout reliably.
Original PR description
Adding a condition to match contry to CO when looking for NIT latam ID type. therwise, adding another ID type named 'NIT' for a different country causes the search to return both, resulting in a traceback. task-4318265