#Gautam-tax

1 messages · Page 1 of 1 (latest)

chilly patio
#

Hi! What is your question exactly? Does passing 7.199 fixed the issue?

digital scroll
#

yes

chilly patio
#

So what is your question?

digital scroll
#

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 ?

chilly patio
#

The percentage can contain up to four decimal places. So you could pass 7.1999 and it would work.

digital scroll
#

Thanks