Skip to content

Commit a0e032b

Browse files
changes in controller and contract file
1. removed the UpdateMerchantDetailsRequest and UpdateMerchantDetailsResponse 2. added new controllers in the apicontrollers.py file
1 parent 2e5ec19 commit a0e032b

2 files changed

Lines changed: 97 additions & 158 deletions

File tree

authorizenet/apicontractsv1.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15417,12 +15417,6 @@ class profileTransCaptureOnlyType (profileTransOrderType):
1541715417
getMerchantDetailsResponse = pyxb.binding.basis.element(pyxb.namespace.ExpandedName(Namespace, 'getMerchantDetailsResponse'), CTD_ANON_107, location=pyxb.utils.utility.Location('https://apitest.authorize.net/xml/v1/schema/AnetApiSchema.xsd', 4955, 2))
1541815418
Namespace.addCategoryObject('elementBinding', getMerchantDetailsResponse.name().localName(), getMerchantDetailsResponse)
1541915419

15420-
updateMerchantDetailsRequest = pyxb.binding.basis.element(pyxb.namespace.ExpandedName(Namespace, 'updateMerchantDetailsRequest'), CTD_ANON_108, location=pyxb.utils.utility.Location('https://apitest.authorize.net/xml/v1/schema/AnetApiSchema.xsd', 4990, 2))
15421-
Namespace.addCategoryObject('elementBinding', updateMerchantDetailsRequest.name().localName(), updateMerchantDetailsRequest)
15422-
15423-
updateMerchantDetailsResponse = pyxb.binding.basis.element(pyxb.namespace.ExpandedName(Namespace, 'updateMerchantDetailsResponse'), CTD_ANON_109, location=pyxb.utils.utility.Location('https://apitest.authorize.net/xml/v1/schema/AnetApiSchema.xsd', 5008, 2))
15424-
Namespace.addCategoryObject('elementBinding', updateMerchantDetailsResponse.name().localName(), updateMerchantDetailsResponse)
15425-
1542615420
getCustomerPaymentProfileNonceRequest = pyxb.binding.basis.element(pyxb.namespace.ExpandedName(Namespace, 'getCustomerPaymentProfileNonceRequest'), CTD_ANON_110, location=pyxb.utils.utility.Location('https://apitest.authorize.net/xml/v1/schema/AnetApiSchema.xsd', 5022, 2))
1542715421
Namespace.addCategoryObject('elementBinding', getCustomerPaymentProfileNonceRequest.name().localName(), getCustomerPaymentProfileNonceRequest)
1542815422

0 commit comments

Comments
 (0)