Rewrote Credit API
- API built atop Django REST Framework - Added support for OAuth 2.0 and session authentication - Added permissions around eligibility data ECOM-2609
Showing
- lms/envs/common.py 0 additions, 3 deletionslms/envs/common.py
- lms/envs/test.py 0 additions, 2 deletionslms/envs/test.py
- lms/static/js/commerce/credit.js 2 additions, 0 deletionslms/static/js/commerce/credit.js
- lms/static/js/commerce/views/receipt_view.js 5 additions, 1 deletionlms/static/js/commerce/views/receipt_view.js
- lms/templates/commerce/provider.underscore 3 additions, 3 deletionslms/templates/commerce/provider.underscore
- lms/urls.py 1 addition, 6 deletionslms/urls.py
- openedx/core/djangoapps/credit/api/eligibility.py 4 additions, 4 deletionsopenedx/core/djangoapps/credit/api/eligibility.py
- openedx/core/djangoapps/credit/api/provider.py 8 additions, 8 deletionsopenedx/core/djangoapps/credit/api/provider.py
- openedx/core/djangoapps/credit/exceptions.py 28 additions, 0 deletionsopenedx/core/djangoapps/credit/exceptions.py
- openedx/core/djangoapps/credit/models.py 3 additions, 5 deletionsopenedx/core/djangoapps/credit/models.py
- openedx/core/djangoapps/credit/serializers.py 93 additions, 6 deletionsopenedx/core/djangoapps/credit/serializers.py
- openedx/core/djangoapps/credit/signature.py 1 addition, 1 deletionopenedx/core/djangoapps/credit/signature.py
- openedx/core/djangoapps/credit/tasks.py 1 addition, 5 deletionsopenedx/core/djangoapps/credit/tasks.py
- openedx/core/djangoapps/credit/tests/factories.py 72 additions, 0 deletionsopenedx/core/djangoapps/credit/tests/factories.py
- openedx/core/djangoapps/credit/tests/test_api.py 0 additions, 122 deletionsopenedx/core/djangoapps/credit/tests/test_api.py
- openedx/core/djangoapps/credit/tests/test_models.py 1 addition, 2 deletionsopenedx/core/djangoapps/credit/tests/test_models.py
- openedx/core/djangoapps/credit/tests/test_serializers.py 46 additions, 0 deletionsopenedx/core/djangoapps/credit/tests/test_serializers.py
- openedx/core/djangoapps/credit/tests/test_views.py 468 additions, 356 deletionsopenedx/core/djangoapps/credit/tests/test_views.py
- openedx/core/djangoapps/credit/urls.py 11 additions, 33 deletionsopenedx/core/djangoapps/credit/urls.py
- openedx/core/djangoapps/credit/views.py 113 additions, 332 deletionsopenedx/core/djangoapps/credit/views.py
This diff is collapsed.
Please register or sign in to comment