Skip to content
Snippets Groups Projects
Commit d81ba883 authored by mattwire's avatar mattwire
Browse files

Remove unused line

parent fa5776f2
No related branches found
No related tags found
1 merge request!1146.4.1
......@@ -422,7 +422,6 @@ class CRM_Core_Payment_StripeIPN extends CRM_Core_Payment_BaseIPN {
try {
// Same approach as api repeattransaction.
$this->contribution = civicrm_api3('contribution', 'getsingle', [
'return' => ['id', 'contribution_status_id', 'total_amount', 'trxn_id'],
'contribution_recur_id' => $this->contribution_recur_id,
'contribution_test' => $this->_paymentProcessor->getIsTestMode(),
'return' => $contributionParamsToReturn,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment