Stop passing result into getContributionParams to get one value from it
authorEileen McNaughton <emcnaughton@wikimedia.org>
Mon, 10 Jul 2023 00:35:02 +0000 (12:35 +1200)
committerEileen McNaughton <emcnaughton@wikimedia.org>
Mon, 10 Jul 2023 00:35:02 +0000 (12:35 +1200)
commitf7b5d3ba19cf47040ff9c7e98265d891736619ad
treec293faaf309de6fb46217bcd6545a81f4be26c24
parente8da44c42a89ee7010d19181d6b5998ea4123eab
Stop passing result into getContributionParams to get one value from it

We are passing in a vague array but we care about only one value that might be in it,
from one of the places this is called. We
are better to simply pick the variable out in the
calling function
CRM/Contribute/Form/Contribution/Confirm.php