getlago / lago-go-client

Lago Go Client
MIT License
21 stars 17 forks source link

fix(tax): Tax rates are exposed as number not as string #107

Closed vincent-pochet closed 1 year ago

vincent-pochet commented 1 year ago

Today, all tax rates are exposed as float in Lago API but the current openapi file define them as string.

The current PR fixes it by removing the string fields mapping.