You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Amount SchemaNodes have an arbitrary and hardcoded max value of 20000 for apparently no reason, preventing transactions for higher values from going through.
The error stems from the schemas.py file. Removing the max values of 20000 (there are others) fixes this, but I'm wondering if there's a reason for having those hardcoded values there (Authorize.net claims to not impose any upper limits on transaction amounts).
Thanks!
The text was updated successfully, but these errors were encountered:
Amount SchemaNodes have an arbitrary and hardcoded max value of 20000 for apparently no reason, preventing transactions for higher values from going through.
The following code causes that error:
The error stems from the schemas.py file. Removing the max values of 20000 (there are others) fixes this, but I'm wondering if there's a reason for having those hardcoded values there (Authorize.net claims to not impose any upper limits on transaction amounts).
Thanks!
The text was updated successfully, but these errors were encountered: