getlago / lago-go-client

Lago Go Client
MIT License
21 stars 18 forks source link

Replace int with string for fee precise unit amount field #150

Closed HenkBourgonje closed 11 months ago

HenkBourgonje commented 11 months ago

Hi team,

I have made a quick change to the Fee object's field precise_unit_amount. This used to be an int but a change of Lago sent it in as a string, which breaks out invoicing functionality.