Skip to content
Snippets Groups Projects

fix payments held by fraud detection suite then approved

Merged JonGold requested to merge JonGold/authnet:pending-fraud into master

Payments that are held for fraud by the Auth.net Fraud Detection Suite show as Pending in Civi. Approving the payments in Auth.net should cause the payment to become "Completed" in Civi but it doesn't.

Just below my patch, $this->updateContributionCompleted($params); is called, which calls Mjwpayment.create_payment. Which specifies that total_amount is a required param, but we're not setting it here. By including the total amount, approved payments are updated to Completed.

Merge request reports

Merged by mattwiremattwire 3 years ago (Mar 24, 2021 2:11pm UTC)

Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
Please register or sign in to reply
Loading