properly showing transaction fees with stripe in email and deductions

This commit is contained in:
Arjun Patel
2019-04-30 01:42:58 -07:00
parent cc067b1ec6
commit 98d165eab1
4 changed files with 20 additions and 7 deletions
+2
View File
@@ -11,6 +11,7 @@ exports.paymentReceipt = async ({
grant,
organizations,
total_amount,
transaction_fees,
receiver
}) => {
try {
@@ -40,6 +41,7 @@ exports.paymentReceipt = async ({
bundle_id: grant.id,
charities_list: charitiesHtml,
total_amount,
transaction_fees,
date: currDate,
subject: 'Your Charify Bundle Payment - Charify'
}