Remove never-true-if
authorEileen McNaughton <emcnaughton@wikimedia.org>
Thu, 15 Jul 2021 00:32:34 +0000 (12:32 +1200)
committerEileen McNaughton <emcnaughton@wikimedia.org>
Thu, 15 Jul 2021 00:32:34 +0000 (12:32 +1200)
commit207c137b0fd5f1ff9164d9e7e84d29872c763472
tree9f3c772fac1b60bb4c0fb86e620b143d09f67403
parent4dc468fdc1e47f8ce0ea1536dd021b1fe83c2417
Remove never-true-if

This code is in the recur() function. the lines immediately before this function ensure contribution->contribution_status_id
is unset if it is 1 - meaning this if can never be true
CRM/Core/Payment/AuthorizeNetIPN.php