[REF] Use getter rather than passing variable
authorEileen McNaughton <emcnaughton@wikimedia.org>
Wed, 14 Jul 2021 23:47:43 +0000 (11:47 +1200)
committerEileen McNaughton <emcnaughton@wikimedia.org>
Wed, 14 Jul 2021 23:47:43 +0000 (11:47 +1200)
commite02cd7819469f2be8146d6108e0734b36ca66086
tree1fc2660db1cca3053dea725ff923fde9501de58c
parent0caf521e36ba19b6258fad6bf9c57e7461b6af72
[REF] Use getter rather than passing variable

txnType is a required parameter for recurring & unused for single. This switches to retrieving
it as needed rather than passing it around. It removes one check for whether it is
set because the abort will exit if not
CRM/Core/Payment/PayPalIPN.php