stripe auto email full payment
This commit is contained in:
@@ -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 => {
|
||||||
|
|||||||
Reference in New Issue
Block a user