Open sktzofrenic opened 5 years ago
Looks like the problem is fixed in the latest version (the code says VersionNbr
instead of VersionNumber
), but I'm still getting the same HTTP status, except instead of an informative XML body, the response comes with a generic HTML body that contains no details about the error. I'm completely unable to diagnose the problem.
I forked this repository and have my own working copy of it that I maintain. Unfortunately there really isn't any active development or maintenance being done here and the code base is a bit over engineered which may be contributing to the issue.
I tried do a simple card charge transaction from the docs:
Here is the response I received:
danwinsrx.globalpayments.api.entities.exceptions.GatewayException: Unexpected http status code [500]
Here is the issue:
https://github.com/globalpayments/python-sdk/blob/15b8fc4c9e8337bb8feb2b93211850e7910eea77/globalpayments/api/gateways/__init__.py#L1086