feat: add waitlist module, quick payment/transaction edit, and catering fee deduction from professor share
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
const AppError = require('../../utils/AppError');
|
||||
|
||||
const PAYMENT_METHODS = new Set(['online', 'card', 'cash']);
|
||||
const TRANSACTION_STATUSES = new Set(['pending', 'paid']);
|
||||
const TRANSACTION_STATUSES = new Set(['pending', 'paid', 'cancelled', 'reverted']);
|
||||
|
||||
const passThrough = (req, res, next) => next();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user