AvaTax-REST-V2-Ruby-SDK
AvaTax-REST-V2-Ruby-SDK copied to clipboard
Sales Tax API SDK for Ruby and AvaTax REST
Results
13
AvaTax-REST-V2-Ruby-SDK issues
Sort by
recently updated
recently updated
newest added
trafficstars
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 ```
My personal base64 encoded credentials do not end with a single `=`. Base64 encoding can result in zero, one or two `=` characters at the end. The `=` character is...