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

Create an eCommerce token endpoint #83

Closed ChaelCodes closed 4 years ago

ChaelCodes commented 4 years ago

Description

One of the routes in the REST API documentation is CreateECommerceToken. I can't fine this route in the source files of this gem. Is it unimplemented? Is it called something else? Is it undocumented?

Solution

Add or document ECommerceToken calls in lib/avatax/client/

crstamps2 commented 4 years ago

It appears this was completed very recently.

https://github.com/avadev/AvaTax-REST-V2-Ruby-SDK/blob/master/lib/avatax/client/ecommercetoken.rb

ChaelCodes commented 4 years ago

Great!