AuthorizeNet / sample-code-ruby

This repository contains working code samples which demonstrate ruby integration with the Authorize.Net API
MIT License
25 stars 58 forks source link

uninitialized constant AuthorizeNet::API::GetTransactionListForCustomerRequest #46

Closed shivamkayal closed 6 years ago

shivamkayal commented 7 years ago

In the Transaction Reporting, I was trying the API function to get the customer profile transaction list. According to sample code, AuthorizeNet::API::GetTransactionListForCustomerRequest is the module which gets the work done. But it doesn't seem to work. It keeps throwing error of uninitialized constant.

adavidw commented 7 years ago

How are you calling the method? Can you post some code? Are you passing a customer profile ID? Are you passing the paging and sorting parameters?

adavidw commented 6 years ago

Closing due to no response