[REF] Stop passing membership id into recur notify
authoreileen <emcnaughton@wikimedia.org>
Thu, 6 May 2021 23:34:33 +0000 (11:34 +1200)
committereileen <emcnaughton@wikimedia.org>
Thu, 6 May 2021 23:35:33 +0000 (11:35 +1200)
commit4206fa5c29952ed2d05a4f50fee49d69213437a5
tree57a1a4d9ed35c0c1badec5a4ba8753c3e29e7fad
parentf6c8032e05799d8a844604810866a41ffdb4c9a9
[REF] Stop passing membership id into recur notify

The membership id resolves to a boolean template parameter of whether a membership is attached to the relevant
recurring record. The classes that call this function do a lot of work
to determine this so it's better to calculate it in-function and
simplify those classes
CRM/Contribute/BAO/ContributionPage.php
CRM/Contribute/BAO/ContributionRecur.php
CRM/Core/Payment/AuthorizeNetIPN.php
CRM/Core/Payment/PayPalIPN.php
CRM/Core/Payment/PayPalProIPN.php