fix(donate): remove isSigned in check temporarily

This commit is contained in:
Mrugesh Mohapatra
2020-03-19 19:35:55 +05:30
committed by mrugesh
parent 585527d145
commit 170e3dbf4f
2 changed files with 1 additions and 26 deletions

View File

@ -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,