Skip to content
Snippets Groups Projects
Unverified Commit 85f3592b authored by Matthew Piatetsky's avatar Matthew Piatetsky Committed by GitHub
Browse files

Merge pull request #23420 from edx/REV-1119

[REV-1119] Enable first purchase discount for all eligible users
parents 278e698a be0f5b70
No related merge requests found
......@@ -136,10 +136,6 @@ def can_receive_discount(user, course, discount_expiration_date=None):
if is_enterprise_learner(user):
return False
# Excute holdback
if _is_in_holdback(user):
return False
return True
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment