You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In our extension's reporting subscribers, we use an #amount_changed? method to check whether we need to re-report a transaction or not. When we get a transaction from TaxJar, they give us the amounts as floats. But Solidus does not use floats internally. If we can safely convert the TaxJar amounts to BigDecimal numbers, that would be ideal.
The text was updated successfully, but these errors were encountered:
In our extension's reporting subscribers, we use an
#amount_changed?
method to check whether we need to re-report a transaction or not. When we get a transaction from TaxJar, they give us the amounts as floats. But Solidus does not use floats internally. If we can safely convert the TaxJar amounts to BigDecimal numbers, that would be ideal.The text was updated successfully, but these errors were encountered: