const checkPayment = (type) => {
return (req, res, next) => {
req.type = type;
next()
};
};
router.post(
'/check-payment',
const checkPayment = (type) => {
return (req, res, next) => {
req.type = type;
next()
};
};
router.post(
'/check-payment',