SOL-916 Add ability to query, enable, disable, unredeem Enrollment Codes

This commit is contained in:
Muhammad Shoaib
2015-05-29 16:45:18 +05:00
committed by Chris Dodge
parent 0db8bac7c4
commit 4dff8ecf09
17 changed files with 989 additions and 29 deletions

View File

@@ -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')