From 71ad50d561d462bd0cee9c85d4ac44a6d010cdf0 Mon Sep 17 00:00:00 2001 From: eileen Date: Mon, 2 Nov 2020 17:18:54 +1300 Subject: [PATCH] Remove deprecated code These few lines have had any meaning removed already.... --- CRM/Core/Payment/AuthorizeNetIPN.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CRM/Core/Payment/AuthorizeNetIPN.php b/CRM/Core/Payment/AuthorizeNetIPN.php index 0983652e47..171d5cf955 100644 --- a/CRM/Core/Payment/AuthorizeNetIPN.php +++ b/CRM/Core/Payment/AuthorizeNetIPN.php @@ -86,10 +86,6 @@ class CRM_Core_Payment_AuthorizeNetIPN extends CRM_Core_Payment_BaseIPN { $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; -- 2.25.1