Skip to content

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

Closed
@parkermccrady

Description

@parkermccrady

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    has-prFix is in place and ready for release cycle

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions