Closed vincent-pochet closed 1 year ago
Today, all tax rates are exposed as float in Lago API but the current openapi file define them as string.
float
string
The current PR fixes it by removing the string fields mapping.
Today, all tax rates are exposed as
float
in Lago API but the current openapi file define them asstring
.The current PR fixes it by removing the
string
fields mapping.