Merge pull request #7378 from edx/clintonb/pay-with-oscar
Creating orders with E-Commerce API
Showing
- lms/djangoapps/commerce/api.py 86 additions, 0 deletionslms/djangoapps/commerce/api.py
- lms/djangoapps/commerce/exceptions.py 21 additions, 0 deletionslms/djangoapps/commerce/exceptions.py
- lms/djangoapps/commerce/tests/__init__.py 73 additions, 0 deletionslms/djangoapps/commerce/tests/__init__.py
- lms/djangoapps/commerce/tests/test_api.py 88 additions, 0 deletionslms/djangoapps/commerce/tests/test_api.py
- lms/djangoapps/commerce/tests/test_views.py 59 additions, 110 deletionslms/djangoapps/commerce/tests/test_views.py
- lms/djangoapps/commerce/views.py 15 additions, 63 deletionslms/djangoapps/commerce/views.py
- lms/djangoapps/verify_student/tests/test_views.py 73 additions, 26 deletionslms/djangoapps/verify_student/tests/test_views.py
- lms/djangoapps/verify_student/views.py 26 additions, 9 deletionslms/djangoapps/verify_student/views.py
Loading
Please register or sign in to comment