-
I am running Magento 2.1.0 and attempting to install the TaxJar plugin via `composer require taxjar/module-taxjar` yielded:
```
Problem 1
- Installation request for taxjar/module-taxjar ^0.5.1 -> s…
-
It would be beneficial to have a options[:timeout] option in requests so that we can prevent long timeout requests if there's an issue. I have put out an attempt to add this feature in https://github…
-
Hi,
I get the error when creating Order, this is the example of my "json_encode" array that I pass in to createOrder():
`{"transacion_id":"359","transaction_date":"2015\/10\/14","from_country":"US",…
-
Hey guys, we've hit an issue where passing a zip code as a string that begins with a 0 is causing a `Taxjar::Error::NotFound: Resource can not be found` error.
For example: `@taxjar.rates_for_locati…
-
An external wc-api call (such as a fulfillment house pulling orders or posting tracking numbers, or a call from a service like taxjar to pick up tax data) will fail with the elasticpress-woocommerce p…
-
I need the overall effective percentage rate per line item for my order management system. I was going to add it in a fork. Any thoughts why I shouldn't do this? I'm thinking it wasn't included for so…
-
I've submitted individual line items to the `tax_for_order` method. I get the results I'm expecting but I can't access the breakdown line items.
``` ruby
result = Taxjar::Client.new(api_key: my_api_k…
-
**_4 Upvotes**_ I have reasonably large app that I'm working on.
When I make any change to the code and press 'save', the time to build the app and refresh the browser is very long, and also highly va…
-
```
resp = @taxjar.tax_for_order(@order_req)
resp.breakdown.line_items
```
Results in: **RuntimeError: can't modify frozen Taxjar::Breakdown** from line 13 of breakdown.rb
-
`TaxJar\Client->createOrder()` throws `GuzzleHttp\Exception\ClientException` with `Client error: 422`.
Code worked fine Friday evening, and it is broken now in Monday morning (Office was closed for …