taxjar / taxjar.net

Sales Tax API Client for .NET / C#
https://developers.taxjar.com/api/reference/?csharp
MIT License
23 stars 23 forks source link

Add `provider` param to transaction methods #30

Closed ScottRudiger closed 5 years ago

ScottRudiger commented 5 years ago

This PR implements the new provider param, which currently adds marketplace exemption support for Amazon, eBay, Etsy, and Walmart transactions. provider defaults to api.

The provider param will be supported in methods:

trevorjdaniel commented 5 years ago

Would love to get this merged. I'm waiting on these changes as well :) @ScottRudiger

ScottRudiger commented 5 years ago

@fastdivision Sorry about that; I should've ran the tests one more time before opening the PR. Specs for DeleteOrder and DeleteRefund are fixed now. 👍