File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -706,7 +706,7 @@ def getrequesttype(self):
706706
707707 def getresponseclass (self ):
708708 ''' Returns the response class '''
709- return apicontractsv1 .getTransactionListForCustomerResponse ()
709+ return apicontractsv1 .getTransactionListResponse ()
710710class getUnsettledTransactionListController (apicontrollersbase .APIOperationBase ):
711711
712712 def __init__ (self , apirequest ):
Original file line number Diff line number Diff line change 5555
5656cat ${SRCDIR} /script/headertemplate.pyt ${SRCDIR} /${CONTROLLERFOLDER} /* .py > ${SRCDIR} /authorizenet/apicontrollers.new
5757
58+ sed -i ' s/getTransactionListForCustomerResponse/getTransactionListResponse/g' ${SRCDIR} /authorizenet/apicontrollers.new
59+
5860echo Controllers generated in module: ${SRCDIR} /authorizenet/apicontrollers.py
5961
6062echo Finished ${dt}
You can’t perform that action at this time.
0 commit comments