[REF] Parse ids before sending to single function (minor simplification)
authoreileen <emcnaughton@wikimedia.org>
Mon, 28 Sep 2020 21:14:59 +0000 (10:14 +1300)
committereileen <emcnaughton@wikimedia.org>
Mon, 28 Sep 2020 21:15:03 +0000 (10:15 +1300)
commit9b344b95d9c89c7dccdb2628da037e1b7a2a8cf6
treeb8363de9adbe18a326fd06619465d480ad728ce9
parentc261b6a27a623e4dc5e9b39ba4bafd7ba400df0a
[REF] Parse ids before sending to single function (minor simplification)

Overview
----------------------------------------
Minor simplification - parse ids into valid format & pass them into single, rather than passing them in wrong & 'asking' singleto parse them

Before
----------------------------------------
parsing of ids into usable array done at the last minute, other values passes around unnecessarily

After
----------------------------------------
parsing done close to the point where they are derived

Technical Details
----------------------------------------

Comments
----------------------------------------
CRM/Core/Payment/PayPalIPN.php