Skip to content

Commit

Permalink
Merge pull request #32595 from openedx/ea/ent-7031
Browse files Browse the repository at this point in the history
feature: upgrade course enrollment from audit to verified
  • Loading branch information
emrosarioa authored Jul 18, 2023
2 parents 8cd0cb0 + 134b4bc commit 6ff8538
Show file tree
Hide file tree
Showing 7 changed files with 401 additions and 67 deletions.
4 changes: 4 additions & 0 deletions openedx/core/djangoapps/enrollments/errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,7 @@ class EnrollmentApiLoadError(CourseEnrollmentError):
class InvalidEnrollmentAttribute(CourseEnrollmentError):
"""Enrollment Attributes could not be validated"""
pass # lint-amnesty, pylint: disable=unnecessary-pass


class CourseEnrollmentNotUpdatableError(CourseEnrollmentError):
"""The requested enrollment could not be updated."""
Loading

0 comments on commit 6ff8538

Please sign in to comment.