code cleanup and translations
This commit is contained in:
@@ -104,3 +104,9 @@ exports.generate_payment_url = async (req, res) => {
|
||||
res.json({ error });
|
||||
}
|
||||
};
|
||||
|
||||
exports.postback = async (req, res) => {
|
||||
console.log("postback as", req.body);
|
||||
|
||||
res.send({ message: "postback" });
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user