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

DEVCON2992 #21

Closed han8909227 closed 6 years ago

han8909227 commented 6 years ago

Implemented an option for returning Faraday response versus regular Hashie response when the user initiates the Client object, in response to #8

To use this feature @client = AvaTax::Client.new(:faraday_response => true) on new Client object @client.faraday_response = true on existing Client object

BenAkroyd commented 6 years ago

thanks!