feat: add waitlist module, quick payment/transaction edit, and catering fee deduction from professor share
This commit is contained in:
@@ -36,7 +36,7 @@ const transactionSchema = new mongoose.Schema({
|
||||
},
|
||||
status: {
|
||||
type: String,
|
||||
enum: ['pending', 'paid', 'cancelled'],
|
||||
enum: ['pending', 'paid', 'cancelled', 'reverted'],
|
||||
default: 'pending',
|
||||
index: true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user