AuthorizeNet / sdk-ruby

Ruby SDK for the Authorize.Net API
Other
88 stars 111 forks source link

Adds missing employeeId to TransactionRequestType. #142

Closed mdchaney closed 6 years ago

mdchaney commented 6 years ago

The TransactionRequestType should have employeeId as one of the attributes. The declaration is missing. This commit adds it.

For reference, please see https://developer.authorize.net/api/reference/ and search for "employeeId".

varyonic commented 6 years ago

I see this version bump merged three months ago but no release on rubygems. What are the plans for this?