You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
as the avalara tax api has changed quite a bit between versions, many more code changes will be needed. One large issue is that all of the variables in the payload in facade.py need to be changed to have lowercase first letters or changed entirely.
The text was updated successfully, but these errors were encountered:
Keep an eye out though, I am using django-oscar-api for a custom front end, so some of the things won't make sense for you. Things like line 131 of facade.py where I cast shipping_address to a frozen set before hashing it.
The endpoint in gateway.py is outdated.
The template on line 18 should be changed to:
and the version in line 30 should be changed to:
url_params['version'] = 'v2'
as the avalara tax api has changed quite a bit between versions, many more code changes will be needed. One large issue is that all of the variables in the payload in facade.py need to be changed to have lowercase first letters or changed entirely.
The text was updated successfully, but these errors were encountered: