added two endpoints for IDV decryption on stage (#25939)
simplified public keys made migration fixes for quality added pylint fixes fixed for pylint added endpoint to retrieve user's receipt_ids added tests for 404 with decryption error fixed for quality fixed for quality updates for feedback removed unnecessary method fixed quality issue updated tests
Showing
- lms/djangoapps/verify_student/models.py 76 additions, 6 deletionslms/djangoapps/verify_student/models.py
- lms/djangoapps/verify_student/tests/test_views.py 196 additions, 18 deletionslms/djangoapps/verify_student/tests/test_views.py
- lms/djangoapps/verify_student/urls.py 12 additions, 0 deletionslms/djangoapps/verify_student/urls.py
- lms/djangoapps/verify_student/views.py 66 additions, 3 deletionslms/djangoapps/verify_student/views.py
Please register or sign in to comment