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
d1862137
Commit
d1862137
authored
Aug 15, 2020
by
mattwire
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused parameter
parent
fa7576f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
CRM/Core/Payment/AuthNetIPN.php
CRM/Core/Payment/AuthNetIPN.php
+0
-1
No files found.
CRM/Core/Payment/AuthNetIPN.php
View file @
d1862137
...
...
@@ -111,7 +111,6 @@ class CRM_Core_Payment_AuthNetIPN {
'order_reference'
=>
$this
->
getParamFromResponse
(
$response
,
'invoice_id'
),
'receive_date'
=>
$this
->
event_date
,
'contribution_recur_id'
=>
$this
->
contribution_recur_id
,
'payment_processor_transaction_id'
=>
$this
->
getParamFromResponse
(
$response
,
'transaction_id'
),
'contribution_status_id'
=>
CRM_Core_PseudoConstant
::
getKey
(
'CRM_Contribute_BAO_Contribution'
,
'contribution_status_id'
,
'Completed'
),
'total_amount'
=>
$this
->
getParamFromResponse
(
$response
,
'total_amount'
),
];
...
...
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