Skip to content

Commit

Permalink
fix: fix entitlement revocation task (openedx#32750)
Browse files Browse the repository at this point in the history
  • Loading branch information
aht007 authored Jul 14, 2023
1 parent 6ab0650 commit 3476647
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/djangoapps/entitlements/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ def retry_revoke_subscriptions_verified_access(self, revocable_entitlement_uuids
user_id,
revocable_entitlement_uuids
)
return
log.info('B2C_SUBSCRIPTIONS: Starting revoke_entitlements_and_downgrade_courses_to_audit for user %s and '
'awarded_cert_course_ids %s and revocable_entitlement_uuids %s from retry task',
user_id,
Expand Down

0 comments on commit 3476647

Please sign in to comment.