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

Update Customer Request Entity Fix #20

Closed fastdivision closed 5 years ago

fastdivision commented 5 years ago

This PR fixes a null reference error when passing a Customer request entity to the UpdateCustomer method. Typically we check for customer_id from an anonymous object. Now we'll look for either customer_id or CustomerId.

Sreekanth2019 commented 5 years ago

Hi Is Nuget package is updated?

On Sat, 10 Nov 2018 at 5:14 AM, Jake Johnson notifications@github.com wrote:

This PR fixes a null reference error when passing a Customer request entity to the UpdateCustomer method. Typically we check for customer_id from an anonymous object. Now we'll look for either customer_id or CustomerId.

You can view, comment on, or merge this pull request online at:

https://github.com/taxjar/taxjar.net/pull/20 Commit Summary

  • Support CustomerId when passing request entities
  • Add spec

File Changes

Patch Links:

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/taxjar/taxjar.net/pull/20, or mute the thread https://github.com/notifications/unsubscribe-auth/AqbXQlvB6cwz3NAfg81pmQYkKp5lNeVPks5uthM_gaJpZM4YXrv8 .

-- Thanks & Regards Sreekanth