-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get Transaction Details Info Errror #109
Comments
@rpoole the error is coming from the pyxb library but doesn't seem to interrupt the flow. We'll be looking into the error. |
I get the same error. |
I'm still getting the same error, i know it does not affect anything but the error is still triggering.
I believe the XML line numbers are not matching anymore.
|
TCS-Dev Dhanashree- This issue has been fixed in v1.1.5. |
We are getting a
Create Document Exception: <class 'pyxb.exceptions_.ContentNondeterminismExceededError'>, (<authorizenet.apicontractsv1. customerAddressType object at 0x7f2ecf0129b0>
every time we pull transaction details from the API. The error is occurring on line 149 ofapicontrollersbase.py
.The code being used to fetch the transaction details is (some login settings omitted)
The XML being returned from the sandbox API is:
We are seeing this error when hitting the live API as well. It doesn't appear to cause any issues, as payments still process fine, but seeing the error in our logs is concerning.
The text was updated successfully, but these errors were encountered: