Reduce passing of lineItems
authorEileen McNaughton <emcnaughton@wikimedia.org>
Mon, 20 Nov 2023 21:29:51 +0000 (10:29 +1300)
committerEileen McNaughton <emcnaughton@wikimedia.org>
Mon, 20 Nov 2023 21:29:51 +0000 (10:29 +1300)
commit43d46c7818b6c8f69ead7197cd5dca09f7e6a12a
tree4e3fb676a2b654e0e5e870867d57a906dacf6442
parent20a888bfdc5dee0f3035e6d3ac4057df2dc5b1be
Reduce passing of lineItems

The get() function is called when setting the order line items so calling getLineItems()
will return the same thing. The value passed as formLineItems is simply the value
from getLineItems() so rather than pass it get it at the point where it is needed
CRM/Contribute/Form/Contribution/Confirm.php