add refund logic and fix books inventory logic
This commit is contained in:
@@ -14,11 +14,11 @@ final class EnrollmentStatusService
|
||||
'payment pending',
|
||||
'enrolled',
|
||||
'withdraw under review',
|
||||
'refund pending',
|
||||
];
|
||||
|
||||
public const INACTIVE_STATUSES = [
|
||||
'denied',
|
||||
'refund pending',
|
||||
'withdrawn',
|
||||
'waitlist',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user