Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get Customer Profile Transaction List - 'getTransactionListForCustomerResponse' not defined #141

Open
parkermccrady opened this issue Apr 8, 2019 · 5 comments
Labels
has-pr Fix is in place and ready for release cycle

Comments

@parkermccrady
Copy link

As per documentation I was trying to use the Get Customer Profile Transaction List endpoint. After looking over the 'apicontractsv1' file here on github it appears that 'getTransactionListForCustomerResponse' is not defined. I'm unable to use the SDK to access the endpoint.

Traceback (most recent call last): File "<console>", line 1, in <module> File "C:\Users\Parker\Documents\projects\whatever\what\payment\auth_net.py", line 122, in get_customer_profile_transactions controller.execute() File "C:\Users\Parker\Documents\projects\whatever\venv\lib\site-packages\authorizenet\apicontrollersbase.py", line 161, in execute if type(self.getresponseclass()) != type(self._mainObject): File "C:\Users\Parker\Documents\projects\whatever\venv\lib\site-packages\authorizenet\apicontrollers.py", line 709, in getresponseclass return apicontractsv1.getTransactionListForCustomerResponse() AttributeError: module 'authorizenet.apicontractsv1' has no attribute 'getTransactionListForCustomerResponse'

@gnongsie gnongsie added the bug label Apr 9, 2019
@gnongsie
Copy link
Contributor

gnongsie commented Apr 9, 2019

Hi @parkermccrady ,
Thanks for bringing this to our attention. We will be looking into this. Kindly bear with us while we investigate it.

@loveland24
Copy link

I'm experiencing the same issue, is there any updates on this error?

@gnongsie
Copy link
Contributor

Hi,
We have a fix (#142) in place for this issue. It will be released in the next version.

Kindly bear with us in the meantime.

@gnongsie gnongsie added has-pr Fix is in place and ready for release cycle and removed bug labels Apr 25, 2019
@parkermccrady
Copy link
Author

I've been bearing with you guys. Any estimate when the next update will be?

@gnongsie
Copy link
Contributor

Hi,
This has been released. Please update to the latest version of the SDK (v1.1.3)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
has-pr Fix is in place and ready for release cycle
Projects
None yet
Development

No branches or pull requests

3 participants