mirror of
https://github.com/IT4Change/gradido.git
synced 2026-04-06 01:25:28 +00:00
change recipient.email to recipient.community.name on
sendTransactionLinkRedeemedEmail
This commit is contained in:
parent
8aa67de124
commit
5ad6947da2
@ -214,6 +214,7 @@ export const executeTransaction = async (
|
||||
transactionAmount: amount,
|
||||
})
|
||||
if (transactionLink) {
|
||||
const recipientCom = await getCommunityName(recipient.communityUuid)
|
||||
await sendTransactionLinkRedeemedEmail({
|
||||
firstName: sender.firstName,
|
||||
lastName: sender.lastName,
|
||||
@ -221,7 +222,7 @@ export const executeTransaction = async (
|
||||
language: sender.language,
|
||||
senderFirstName: recipient.firstName,
|
||||
senderLastName: recipient.lastName,
|
||||
senderEmail: recipient.emailContact.email,
|
||||
senderEmail: recipientCom, // recipient.emailContact.email,
|
||||
transactionAmount: amount,
|
||||
transactionMemo: memo,
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user