-
Notifications
You must be signed in to change notification settings - Fork 1
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
API v2 update #1
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Looks like TaxJar have merged Standard and Enhanced API tiers to one, making this a little easier, see API docs. Will reflect the changes as soon as they look stable. Until then, the recent version with the 2 tiers is redirected on TaxJar and works too. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This mirrors the recent changes by TaxJar from June 15th 2015 and updates gem for v2 API.
Changes from TaxJar blog
New v2 API docs
According to TaxJar, v1 API is deprecated as of now, and will be supported until September 1st 2015. Gem is compatible with previous API endpoints and no changes in integration are needed unless TaxJar stops the support for v1 API.
Summary of changes
list_categories
create_order_transaction
update_order_transaction
create_refund_transaction
update_refund_transaction
sales_tax
andtax_rate
for both API versionsversion = 0.2.0
Please review, and let me know if any comments on GH @lacimarsik or
laci.marsik (at) gmail.com
.