Skip to content
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

CRM-19970 - Too big amount saved despite error #9789

Merged
merged 1 commit into from
Mar 19, 2017

Commits on Feb 5, 2017

  1. CRM-19979 - Too big amount saved despite error

    Steps to reproduce:
    setup authorize.net payment
    issue donation of huge amount (in my case $1,250,000 - one million)
    response is error, yet contribution is saved as successful
    Problem lies in how authorize net is handling error. It's simply marked as failed (and problably later marked as completed).
    Response from auth.net API is: code=3, message=The transaction amount submitted was greater than the maximum amount allowed.
    fliespl authored Feb 5, 2017
    Configuration menu
    Copy the full SHA
    d15a29b View commit details
    Browse the repository at this point in the history