Files
edx-platform/common/djangoapps/student/signals/__init__.py
uzairr d84d47f32c Update sailthru audit purchase calls
Currently, there are two purchase calls are occurring for each audit
purchase on sail-thru.To avoid it,code is updated so that a single
call will occur for each purchase.

LEARNER-5257
2018-07-09 01:09:27 +05:00

8 lines
161 B
Python

from student.signals.signals import (
ENROLLMENT_TRACK_UPDATED,
UNENROLL_DONE,
ENROLL_STATUS_CHANGE,
REFUND_ORDER,
SAILTHRU_AUDIT_PURCHASE
)