taxjar-ruby icon indicating copy to clipboard operation
taxjar-ruby copied to clipboard

Sales Tax API Client for Ruby

Results 3 taxjar-ruby issues
Sort by recently updated
recently updated
newest added

In case of 502 response code TaxJar raises base TaxJar::Error rather than TaxJar::Error::ServerError which is more accurate and allows to handle only server side errors

According to https://developers.taxjar.com/api/reference/?ruby#api-version , there are various versions of the API. By email we were told that the version will be force-upgraded for everyone on August 31, but there's no...

`Taxjar::Base` and all the data models that currently inherit from it use a confusing mix of data states, stored both directly into an `@attrs` instance variable, and also managed by...