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,
currency: 'usd',
source: 'tok_visa',
description: 'One time payment for grant',
statement_descriptor: 'one-time-grant'
description: `Charity Bundle Payment`,
statement_descriptor: `charity bundle ${grant.id}`,
receipt_email: 'arjun@ucharify.com'
});
let transfers = await organizations.map(async org => {