AuthorizeNet / sdk-python

Python SDK for the Authorize.Net API
Other
53 stars 82 forks source link

Create Document Exception masked by objectify error handling #148

Open j2devcore opened 3 years ago

j2devcore commented 3 years ago

Every once in a while we get a Create Document Exception when we receive data that raises validation errors in pyxb when our code executes APIOperationBase.execute method. The way in which the error is handled, makes hard for our logging systems to catch and repair the input from the user.

A much better way to deal with this is to separate the objectify error handling from the CreateFromDocument process. That way if there're validation errors we can easly inspect them.

Related to #109

dhanashreeyadav1 commented 1 month ago

TCS-Dev Dhanashree Yadav- This issue has been fixed in v1.1.5.