[REF] Move code that relates to receipts when paying by credit card out of the shared...
authoreileen <emcnaughton@wikimedia.org>
Tue, 23 Feb 2021 01:16:46 +0000 (14:16 +1300)
committereileen <emcnaughton@wikimedia.org>
Tue, 23 Feb 2021 01:17:20 +0000 (14:17 +1300)
commit5c6ad1b1b42c67d2465d583568f5d589354899de
tree8b9da9b1bf3b49eaed0d60cb3af6736349199292
parentbf5bcb7fcd80a4f9c3626b6c596c33afa21a0754
[REF] Move code that relates to receipts when paying by credit card out of the shared function

The emailReceipt function is shared between the Batch Entry form and the backoffice
credit card form, while the emailMembershipReceipt is only used in this function.

I aim to copy the function onto the Batch Entry form & split them up but
am first moving this out of the shared code as it only
relates to credit card payments, which are not reachable from the Batch Entry form
CRM/Member/Form/Membership.php