Skip to content

Commit

Permalink
Merge pull request #18903 from eileenmcnaughton/aip2
Browse files Browse the repository at this point in the history
Remove deprecated code
  • Loading branch information
mattwire authored Nov 2, 2020
2 parents 30cf56a + 71ad50d commit c041e18
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions CRM/Core/Payment/AuthorizeNetIPN.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,6 @@ public function main($component = 'contribute') {

$this->loadObjects($input, $ids, $objects, TRUE, $paymentProcessorID);

if (!empty($ids['paymentProcessor']) && $contributionRecur->payment_processor_id != $ids['paymentProcessor']) {
Civi::log()->warning('Payment Processor does not match the recurring processor id.', ['civi.tag' => 'deprecated']);
}

if ($component == 'contribute') {
// check if first contribution is completed, else complete first contribution
$first = TRUE;
Expand Down

0 comments on commit c041e18

Please sign in to comment.