Move function to only form that calls it
authorEileen McNaughton <emcnaughton@wikimedia.org>
Mon, 4 Sep 2023 23:13:30 +0000 (11:13 +1200)
committerEileen McNaughton <emcnaughton@wikimedia.org>
Mon, 4 Sep 2023 23:13:30 +0000 (11:13 +1200)
commitaed609bbcb4cc4a4115cea161589bb123a207e04
tree50381185172ec6beab448bd505db9632cce85492
parent5ce16d49248e58bbf618ef52e0bb3da6e0cf32aa
Move function to only form that calls it

There was a time when we were moving stuff into AbstractEditPayment but
really it is better to have private functions when we have done
the work to determine that they are only used from one place - because then
we know we can edit  / fix them

I did a universe search & this is a straight move to a child class
CRM/Contribute/Form/AbstractEditPayment.php
CRM/Contribute/Form/Contribution.php