activefrequency / pyavatax

Python and Django Integration for RESTful Avalara Tax System
BSD 3-Clause "New" or "Revised" License
6 stars 12 forks source link

Add new fields PosLaneCode and Client #2

Closed aronrosenberg closed 10 years ago

aronrosenberg commented 10 years ago

The REST API now supports the two new fields PosLaneCode and Client. This adds support for those field names.

jobelenus commented 10 years ago

Can you do a quick addition of one, or multiple, of these fields into the test_avalara.py script, just to keep everything up-to-date and grouped together in the PR. Thank you!

aronrosenberg commented 10 years ago

I updated the pull request to include the new fields in one of the unit tests.

jobelenus commented 10 years ago

Thanks! And sorry for the delay!