changes
This commit is contained in:
@@ -761,6 +761,7 @@ app.post('/buy',requireLogin,(req,res) => {
|
||||
|
||||
|
||||
|
||||
|
||||
app.post('/charge', requireLogin, async (req, res) => {
|
||||
const payforwhat=req.body.payforwhat;
|
||||
if (!check_payforwhat(payforwhat,req)) return res.json({ error: 'Invalid PayForWhat' });
|
||||
|
||||
Reference in New Issue
Block a user