This new endpoint is intended to replace enrollment API call used on the login+registration page. Instead of directly enrolling students, the view will contact the external e-commerce API (Oscar) to create a new order. Oscar will be responsible for completing the order and enrolling the student. This behavior will only apply to course modes with associated SKUs. All other course mode enrollments will be processed directly by LMS.
4 lines
102 B
Python
4 lines
102 B
Python
"""
|
|
This file is intentionally empty. Django 1.6 and below require a models.py file for all apps.
|
|
"""
|