add refund logic and fix books inventory logic
This commit is contained in:
@@ -27,7 +27,7 @@ final class EnrollmentStatusServiceTest extends TestCase
|
||||
['payment pending', 1],
|
||||
['enrolled', 1],
|
||||
['withdraw under review', 1],
|
||||
['refund pending', 1],
|
||||
['refund pending', 0],
|
||||
['denied', 0],
|
||||
['withdrawn', 0],
|
||||
['waitlist', 0],
|
||||
|
||||
Reference in New Issue
Block a user