Remove or hard-code variables from previously shared function
authoreileen <emcnaughton@wikimedia.org>
Wed, 16 Dec 2020 01:03:12 +0000 (14:03 +1300)
committereileen <emcnaughton@wikimedia.org>
Wed, 16 Dec 2020 01:22:41 +0000 (14:22 +1300)
commitc497035a3eb6c48776da78cdcecefd1e2f2a2cfe
treec3aecaa682f718a2a844530ac32d555e528f883e
parent82c4e0051778713d83ebcd634a51e03aeea87e1a
Remove or hard-code variables from previously shared function

This function was separated from the shared function for cleanup.

This removes 3 variables
- isRecur (always true)
- billingId - this is elsewhere handled on the form
- online (always false)

For billing id this is handled through back office form
shared functions. The handling might be slightly different but it seems
more important that the form is internally consistent with how
it creates billing addresses (between recur & non-recur) than with other forms
CRM/Member/Form/Membership.php