Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Extensions
authnet
Commits
ee98096d
Commit
ee98096d
authored
Aug 13, 2020
by
mattwire
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix matching contribution for IPN
parent
442726cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
CRM/Core/Payment/AuthNetIPN.php
CRM/Core/Payment/AuthNetIPN.php
+1
-1
No files found.
CRM/Core/Payment/AuthNetIPN.php
View file @
ee98096d
...
...
@@ -252,7 +252,7 @@ class CRM_Core_Payment_AuthNetIPN {
$this
->
exception
(
"Could not find matching contribution for trxn_id:
{
$this
->
trxnId
}
or invoice ID:
{
$invoiceID
}
"
);
}
return
$contribution
;
return
reset
(
$contribution
[
'values'
])
;
}
/**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment