continuous-software / node-authorize-net

Node.js SDK for Authorize.net payment gateway.
https://authorize.net/
11 stars 24 forks source link

getTransactionList function is using createTransactionRequest instead of getTransactionListRequest #9

Closed pnutshellmenace closed 8 years ago

pnutshellmenace commented 8 years ago

Line 337 (inside getTransactionList function):

      return setRequest(service, 'createTransactionRequest', {

I believe the correct Authorize.net API method name should be: getTransactionListRequest.

rauno56 commented 8 years ago

You were absolutely correct. It's now fixed and will be available in next release.