summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-09-26Merge pull request #16 from TwoThreeSevenPlatform/masterJared Norman
Fixed the example of the error handler configuration
2019-09-26Fixed the example of the error handlerVictor Kinelev
2019-06-30Update README.mdJared Norman
2019-06-30Downgrade warningJared Norman
This is ready for primetime use, but missing documentation and some other things I want to include in v1.0.
2019-06-26v0.15.2v0.15.2Jared Norman
2019-06-26Add order number to params loggingJared Norman
Much easier to trace a request by doing this.
2019-06-25v0.15.1v0.15.1Jared Norman
2019-06-25Merge pull request #15 from SuperGoodSoft/loggingJared Norman
Logging!
2019-06-25Add logging to changelogJared Norman
2019-06-25Add loggingJared Norman
This will log the params sent to and responses received from TaxJar in order to facilitate debugging production issues.
2019-06-25Add option to control logging behaviourJared Norman
2019-06-25v0.15.0v0.15.0Jared Norman
2019-06-25Merge pull request #14 from SuperGoodSoft/better-cache-keyJared Norman
Make cache key a string
2019-06-25Make cache key a stringJared Norman
2019-05-28v0.14.0v0.14.0Jared Norman
2019-05-28Merge pull request #13 from SuperGoodSoft/feature/order-mattersJared Norman
Taxable Order Check
2019-05-28Add new order check to changelogJared Norman
2019-05-28Make use of taxable order checkJared Norman
This just uses the taxable order check configuration added in the parent commit to provide a hook to short circuit order tax checks.
2019-05-28Add configuration option for order tax checkJared Norman
This will allow apps to use properties of an order to determine whether an order is taxable.
2019-05-20v0.13.0v0.13.0Jared Norman
2019-05-13Merge pull request #12 from SuperGoodSoft/customer-supportJared Norman
Customer Support
2019-05-13Sort the rest of the thingsJared Norman
2019-05-13Fix wack indentationJared Norman
1-space?????
2019-05-13Send customer_id to TaxJar APIJared Norman
This is required to support per-customer exemptions through the TaxJar API.
2019-05-13Sort some thingsJared Norman
I like sorted things.
2019-04-24Bump to v0.12.0v0.12.0Jared Norman
2019-04-24More hacks to handle zero dollar ordersJared Norman
I have a plan for how to handle these better in v1.0 though!
2019-04-24Report no tax collected when order zeroed outJared Norman
2019-04-11Bump to v0.11.1v0.11.1Jared Norman
2019-04-11Merge pull request #11 from ↵Jared Norman
SuperGoodSoft/additional-order-level-adjustment-handling Avoid sending negative order totals
2019-04-11Avoid sending negative order totalsJared Norman
If an order is adjusted to zero, we don't want to subtract the tax from it... because that don't make no sense. A better solution that properly factors in order level adjustments will be coming eventually, this is just a hack to process some orders immediately.
2019-04-11Bump to v0.11.0v0.11.0Jared Norman
2019-04-11Merge pull request #10 from SuperGoodSoft/feature/empty-line-itemsJared Norman
Don't send line items with 0 quantity
2019-04-11Avoid sending 0 quantity line itemsJared Norman
2019-04-11Fix typoJared Norman
2019-04-05Bump to v0.10.0v0.10.0Jared Norman
2019-04-05Merge pull request #9 from SuperGoodSoft/feature/configurable-shippingJared Norman
Make shipping amount calculator configurable
2019-04-05Make shipping amount calculator configurableJared Norman
Necessary if you need to factor in order level adjustments (boooooo) into your shipping amounts to make things add up correctly.
2019-03-24Merge pull request #8 from SuperGoodSoft/caching-betterv0.9.1Jared Norman
Remove cache key hack
2019-03-24Bump to v0.9.1Jared Norman
2019-03-24Remove cache key hackJared Norman
This never actually worked as expected. While imperfect, use the order params directly will produce better results.
2019-03-24Merge pull request #7 from SuperGoodSoft/feature/configurable-cache-keyv0.9.0Jared Norman
Configurable Caching
2019-03-24Bump to v0.9.0Jared Norman
2019-03-24Make cache duration configurableJared Norman
2019-03-24Make cache key configurableJared Norman
Some stores may want to more aggressively cache the responses, preferring fewer requests to more accurate results.
2019-03-24Sort config optionsJared Norman
I just like any list with more than half a dozen things to be sorted.
2019-03-20Bump to v0.8.0 and update changelogv0.8.0Jared Norman
2019-03-20Merge pull request #6 from SuperGoodSoft/feature/more-cacheJared Norman
Increase cache expiry time
2019-03-20Increase cache expiry timeJared Norman
2019-03-19Merge pull request #5 from SuperGoodSoft/feature/report-line-itemsv0.7.0Jared Norman
Send full line item list when creating/updating transactions