avadev / AvaTax-REST-V2-Ruby-SDK

Sales Tax API SDK for Ruby and AvaTax REST
https://developer.avalara.com/sdk/
Apache License 2.0
36 stars 56 forks source link

[feature] allow passing client UID to faraday configuration #98

Open Wlojtek opened 3 years ago

Wlojtek commented 3 years ago

Wanted to add X-Avalara-UID to the headers to comply with Avalara request.

Example:

X-Avalara-Client: xxxxx;[Version];REST;V2;[MachineName]
X-Avalara-UID: xxxxxxxxx
freezepl commented 3 years ago

@svc-developer @rahulv-dev can we merge this?