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
8 lines
161 B
Python
8 lines
161 B
Python
from student.signals.signals import (
|
|
ENROLLMENT_TRACK_UPDATED,
|
|
UNENROLL_DONE,
|
|
ENROLL_STATUS_CHANGE,
|
|
REFUND_ORDER,
|
|
SAILTHRU_AUDIT_PURCHASE
|
|
)
|