properly adding payment source with helper function

This commit is contained in:
Arjun Patel
2019-05-11 02:18:49 -07:00
parent dae6850bfd
commit f865781c07
2 changed files with 48 additions and 62 deletions
+2 -1
View File
@@ -77,7 +77,8 @@ exports.createGrant = async (req, res, next) => {
organizations,
monthly,
amount,
user
user,
transaction
});
const grantsOrgs = organizations.map(org => {