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
+1
View File
@@ -100,6 +100,7 @@ exports.createGrant = async (req, res, next) => {
grant,
organizations,
total_amount: actual_total,
transaction_fees: charge.transaction_fees,
receiver: donors[0]
});