Check your Git config settings to ensure you have the right name/email for your committing process.
git config --get-regexp user
| <?php | |
| /** | |
| * Convert Field Collection to Paragraphs | |
| * | |
| * bee php-script convert-fc2p.php | |
| * | |
| * @todo add batching. | |
| * | |
| * - Both field_collection and paragraphs need to be enabled. |
| <?php | |
| /** | |
| * Convert d7 media to Backdrop media | |
| * | |
| * bee php-script convert-d7media2backdrop.php | |
| * | |
| * @todo add batching. | |
| */ |
| CiviCRM: For gift memberships, send email receipt to the giver | |
| See: https://civicrm.stackexchange.com/questions/12945/ | |
| The question: | |
| When Alice is creating and paying for a gift membership for Bob, she enters Bob's contact info and email address on the Membership Contribution form, so the emailed receipt goes to Bob (with a copy also going to the back office via the cc settings on the form) and Bob's email address becomes part of the contact record. | |
| We have an optional custom field on the form where Alice can enter her own (different) email address and, ideally, receive a copy of the receipt as well. |