diff --git a/authorizenet/apicontrollers.py b/authorizenet/apicontrollers.py index 9769b29..bd916a9 100644 --- a/authorizenet/apicontrollers.py +++ b/authorizenet/apicontrollers.py @@ -706,7 +706,7 @@ def getrequesttype(self): def getresponseclass(self): ''' Returns the response class ''' - return apicontractsv1.getTransactionListForCustomerResponse() + return apicontractsv1.getTransactionListResponse() class getUnsettledTransactionListController(apicontrollersbase.APIOperationBase): def __init__(self, apirequest): diff --git a/script/generatecontrollersfromtemplate.sh b/script/generatecontrollersfromtemplate.sh index a311fdb..3d0a4df 100755 --- a/script/generatecontrollersfromtemplate.sh +++ b/script/generatecontrollersfromtemplate.sh @@ -55,6 +55,8 @@ done cat ${SRCDIR}/script/headertemplate.pyt ${SRCDIR}/${CONTROLLERFOLDER}/*.py > ${SRCDIR}/authorizenet/apicontrollers.new +sed -i 's/getTransactionListForCustomerResponse/getTransactionListResponse/g' ${SRCDIR}/authorizenet/apicontrollers.new + echo Controllers generated in module: ${SRCDIR}/authorizenet/apicontrollers.py echo Finished ${dt} pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy