stripe auto email full payment

This commit is contained in:
Arjun Patel
2019-03-15 16:35:40 -07:00
parent df26d5a3d6
commit 66b5d98cdc
+3 -2
View File
@@ -39,8 +39,9 @@ exports.grantCharge = async (data, req, res) => {
amount, amount,
currency: 'usd', currency: 'usd',
source: 'tok_visa', source: 'tok_visa',
description: 'One time payment for grant', description: `Charity Bundle Payment`,
statement_descriptor: 'one-time-grant' statement_descriptor: `charity bundle ${grant.id}`,
receipt_email: 'arjun@ucharify.com'
}); });
let transfers = await organizations.map(async org => { let transfers = await organizations.map(async org => {