#Gautam-tax
1 messages · Page 1 of 1 (latest)
yes
So what is your question?
we are calculating the tax rate from tax jar ..for some location tax rate is coming 7.1999999999 which we are passing to stripe so it is breaking ..it should work if we pass 7.199 to stripe ?
The percentage can contain up to four decimal places. So you could pass 7.1999 and it would work.
Thanks