SOL-916 Add ability to query, enable, disable, unredeem Enrollment Codes
This commit is contained in:
committed by
Chris Dodge
parent
0db8bac7c4
commit
4dff8ecf09
@@ -32,7 +32,7 @@ SALE_ORDER_FEATURES = ('id', 'company_name', 'company_contact_name', 'company_co
|
||||
'bill_to_country', 'order_type',)
|
||||
|
||||
AVAILABLE_FEATURES = STUDENT_FEATURES + PROFILE_FEATURES
|
||||
COURSE_REGISTRATION_FEATURES = ('code', 'course_id', 'created_by', 'created_at')
|
||||
COURSE_REGISTRATION_FEATURES = ('code', 'course_id', 'created_by', 'created_at', 'is_valid')
|
||||
COUPON_FEATURES = ('code', 'course_id', 'percentage_discount', 'description', 'expiration_date', 'is_active')
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user