Updated create_order endpoint to use E-Commerce API for order creation and enrollment
This functionality is activated by adding a SKU to a non-honor course mode. When the feature is activated, verified orders will be created by the E-Commerce Service instead of LMS. After payment, the E-Commerce Service will also create the enrollment.
Showing
lms/djangoapps/commerce/api.py
0 → 100644
lms/djangoapps/commerce/exceptions.py
0 → 100644
lms/djangoapps/commerce/tests/__init__.py
0 → 100644
lms/djangoapps/commerce/tests/test_api.py
0 → 100644
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment