fix(donate): remove isSigned in check temporarily
This commit is contained in:
committed by
mrugesh
parent
585527d145
commit
170e3dbf4f
@ -108,12 +108,6 @@ export default function donateBoot(app, done) {
|
||||
function createStripeDonation(req, res) {
|
||||
const { user, body } = req;
|
||||
|
||||
if (!user || !body) {
|
||||
return res
|
||||
.status(500)
|
||||
.send({ error: 'User must be signed in for this request.' });
|
||||
}
|
||||
|
||||
const {
|
||||
amount,
|
||||
duration,
|
||||
|
Reference in New Issue
Block a user