[REF] Use form property rather than formValues to pass generated invoice ID
authoreileen <emcnaughton@wikimedia.org>
Sat, 6 Feb 2021 00:34:38 +0000 (13:34 +1300)
committereileen <emcnaughton@wikimedia.org>
Wed, 17 Feb 2021 23:08:01 +0000 (12:08 +1300)
commit66de72bcae7a27b27a1f5def6a3da39cfe92eb8c
treed19fe93259add5415bbf4b3a9c24ec9aaf2c5347
parent811c0990dfea6e8eb7e2f9e941eaf9ab40b97b2a
[REF] Use form property rather than formValues to pass generated invoice ID

formValues is 'sort of' the array for 'submittedValues' but it has stuff added to it
& passed around. This is part of an attempt to make it clearer where
various values come from to faciliate cleaning up the code and
removing some of the very many arrays in use.
CRM/Contribute/Form/AbstractEditPayment.php
CRM/Member/Form/Membership.php
CRM/Member/Form/MembershipRenewal.php