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):
706
706
707
707
def getresponseclass (self ):
708
708
''' Returns the response class '''
709
- return apicontractsv1 .getTransactionListForCustomerResponse ()
709
+ return apicontractsv1 .getTransactionListResponse ()
710
710
class getUnsettledTransactionListController (apicontrollersbase .APIOperationBase ):
711
711
712
712
def __init__ (self , apirequest ):
Original file line number Diff line number Diff line change 55
55
56
56
cat ${SRCDIR} /script/headertemplate.pyt ${SRCDIR} /${CONTROLLERFOLDER} /* .py > ${SRCDIR} /authorizenet/apicontrollers.new
57
57
58
+ sed -i ' s/getTransactionListForCustomerResponse/getTransactionListResponse/g' ${SRCDIR} /authorizenet/apicontrollers.new
59
+
58
60
echo Controllers generated in module: ${SRCDIR} /authorizenet/apicontrollers.py
59
61
60
62
echo Finished ${dt}
You can’t perform that action at this time.
0 commit comments