Skip to content

Commit 7c19da9

Browse files
authored
Merge pull request #139 from AuthorizeNet/travis-test
Fix for Python SDK #52
2 parents bc30a3e + acd05ca commit 7c19da9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

authorizenet/apicontrollers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ def getrequesttype(self):
226226

227227
def getresponseclass(self):
228228
''' Returns the response class '''
229-
return apicontractsv1.createCustomerProfileFromTransactionResponse()
229+
return apicontractsv1.createCustomerProfileResponse()
230230
class createCustomerProfileTransactionController(apicontrollersbase.APIOperationBase):
231231

232232
def __init__(self, apirequest):
@@ -967,4 +967,4 @@ def getrequesttype(self):
967967

968968
def getresponseclass(self):
969969
''' Returns the response class '''
970-
return apicontractsv1.validateCustomerPaymentProfileResponse()
970+
return apicontractsv1.validateCustomerPaymentProfileResponse()

0 commit comments

Comments
 (0)