Hi There,
I'm getting below errors(or some related ones) on my console while charging a credit card(or creating a subscription):
WARNING Multiple accepting paths for <class 'authorizenet.apicontractsv1.CTD_ANON_9'>
WARNING Multiple accepting paths for <class 'authorizenet.apicontractsv1.CTD_ANON_8'>
WARNING Multiple accepting paths for {AnetApi/xml/v1/schema/AnetApiSchema.xsd}transactionResponse
Currently, I'm testing these using Sandbox Credentials for Django(v1.8) using Python-sdk and have not tested on production.
Also, tell me if these are the matter of concern before going live.
12-21-2018 04:26 AM
Hi,
This same issue has been addressed on our GitHub page.
Please refer to the issue there: https://github.com/AuthorizeNet/sdk-python/issues/133
01-24-2019 09:46 PM