42 questions
0
votes
1
answer
186
views
The avalara JSON request not working using PHP cURL but working in postman
I have created a JSON for avalara request, line items are 10 in count. But it is always showing error as -
code:ErrorCountLimitExceededError
number:1722
message : The request has exceeded the maximum ...
4
votes
1
answer
1k
views
How does react batch works?
I have one select field and onselect event I have three setStates call to update my local states.
Observation: The number of setStates written causes that much re render. When I commented setState it ...
0
votes
1
answer
417
views
Avalara tax calculation
I'm new to avalara tax calculation, I have few questions
Do I need to create customer every time a new person came to buy that is call createCustomer for tax calculation?
If customer A total amount is ...
0
votes
0
answers
163
views
Test multiple axios calls inside react component using jest and testing-library
There are multiple axios call in my react component. I am trying to test responses wrt URL. But how to check on URL's.
Below is the code:
import mockAxios from "jest-mock-axios";
// other ...
0
votes
1
answer
874
views
How do I validate an address using Avalara's REST api?
I have been looking at the AvaTax API documentation https://developer.avalara.com/api-reference/avatax/rest/v2/ and would like to know the best way to not only validate an address but also uncover the ...
-1
votes
2
answers
445
views
Is there a way to check the Avalara API Status in a programmatic way?
Sometimes, Avalara services might be be down due to some internal issue. We check the status by visiting https://status.avalara.com/
We are building some function in the back end which needs to be ...
0
votes
1
answer
386
views
Avalara: Cannot create TransactionModel from TransactionBuilder because of a JSON conversion exception
I am trying to create a TransactionModel object in Avalara, using the TransactionBuilder. I am following the examples in the SDK. The code from the examples, modified for my company, throws a gson....
0
votes
1
answer
97
views
SandBox account authentication in java and upload certificate?
My Certificate created on Production account but not on sandbox account.
The certificate created on cert but uploaded pdf is not available to be download from it.
My issue is I am not able to download ...
2
votes
1
answer
887
views
What is the best way to apply 18% tax to all products in Django Oscar?
I want to apply 18% tax to all products on Django Oscar. What is the best and simple way to achieve this?
I have followed this documentation.
checkout/tax.py
from decimal import Decimal as D
def ...
0
votes
1
answer
228
views
Need help in Avalara Integration
We have integrated Avalara Tax Integration for tax calculations in Sales Order screens, how we can override the address which Acumatica is passing to Avalara with our custom address, I mean right now ...
0
votes
0
answers
88
views
mvn install error for some repository of broadleaf
I have to start to work on a project with broadleaf enterprise.
I got the source code with git, and i have to run mvn install to get all the dependencies. unluckly something goes always wrong.
[...
0
votes
1
answer
216
views
Overriding Shipping Email on SOOrder screen on Shipment Settings tab
I have create a custom contact field on SOOrder summary, so that user can select the Customer Contact based on the Customer selected.
Here is the custom Contact field definition on SOOrder Extension-
...
0
votes
1
answer
625
views
Adding 3rd party custom library in Yii2
I have a tax library avalara. How can I add it using Yii2. I have tried in putting in Vendor folder.
used
require "/vendor/avalara/avalara.php"
it does include the file does wasn't able to call ...
0
votes
1
answer
235
views
Kentico 9 Global setting was not found for key name
I am trying to create settings for a custom module. I am upgrading from Version 8 to version 9. The code worked fine for version 8. I am testing the code on default2.aspx. Here is my code and error:
...
0
votes
1
answer
264
views
Magento 1.9.2.2 using bundle items with TaxJar 2.1.0 causes tax calculated on the bundle item itself
We have bundled items configured in Magento 1.9.2.2, i.e. where we have something like:
My Special Bundle Product (consisting of:)
a hardware device
application software
a pre-paid stored value card ...
0
votes
0
answers
179
views
want use only getTax method from avalara api
There are multiple elements like but I want to use only GetTax out of those and hide all other element methods. is there any method to implement it? using proxy or somehow, please suggest. I am new ...
3
votes
4
answers
2k
views
How to override the tax details when adding a sales order through web service API
When I was trying to add our e-commerce orders into Acumatica through Acumatica Web service API, the tax details including totals were always automatically calculated in Acumatica based on product and ...
0
votes
2
answers
470
views
Preview taxes for Recurly
I'm using the Recurly v3 JavaScript API to fetch pricing info for a subscription plan: https://docs.recurly.com/js/
Specifically, I'm using the Pricing API .attach (https://docs.recurly.com/js/#...
3
votes
1
answer
2k
views
How to convert provided single line of cURL code with inline parameters to a format using curl_setopt()
I'm trying to use an API from avalara.net to get sales tax data and their API documentation lists what appears to be essentially a single line of code with a long string in JSON format for connecting ...
0
votes
1
answer
632
views
One Pica Avalara Avatax Magento Extension compatibility with Magento Enterprise Edition 1.13, has anyone tried to integrate the two yet?
I have been tasked with integrating the One Pica Avalara Avatax extension into a Magento 1.13.0.2 project.
Installation was easy enough and the module appears to be functioning correctly on the ...
0
votes
2
answers
2k
views
Estimate tax based on zip code
Using Google Checkout, I'm able to estimate tax based on the zip code that's assoicated with a user's account when they click "Buy." The user then sees the tax amount when they checkout.
Is it ...