Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow configurable fallback tax calculator and tax rate calculator #62

Open
Noah-Silvera opened this issue Apr 21, 2021 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@Noah-Silvera
Copy link
Member

If a request to the taxjar api request fails due to Taxjar being unresponsive, we want provide users with the ability to set a fallback tax calculator and a fallback tax rate calculator that can be used in place of taxjar.

The user will be responsible for handling logging of what transactions passed through the calculator etc.

The calculator will only be used on failures that we can be sure represent taxjar failing to respond, as responding to all exceptions with a fallback calculator could go very wrong if the extension or consuming app has a bug which causes repeating failures.

This ticket arose out of the discussion in #60

@Noah-Silvera
Copy link
Member Author

#61 must be completed before this ticket

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant