properly adding payment source with helper function
This commit is contained in:
@@ -77,7 +77,8 @@ exports.createGrant = async (req, res, next) => {
|
||||
organizations,
|
||||
monthly,
|
||||
amount,
|
||||
user
|
||||
user,
|
||||
transaction
|
||||
});
|
||||
|
||||
const grantsOrgs = organizations.map(org => {
|
||||
|
||||
Reference in New Issue
Block a user