Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] [MER-3782] no payment feature #5340

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

rgachuhi
Copy link
Contributor

@rgachuhi rgachuhi commented Jan 8, 2025

This PR addresses an issue where users registered into a course that requires payment are still redirected to a payment provider even when the price is zero. The implementation adds a new paywall bypass for cases where the amount listed in the course is zero.

Copy link
Contributor

@darrensiegel darrensiegel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm concerned that we are using the cost being 0 as a paywall bypass mechanism.

This will preclude use cases such as a paywall guarding a section with access codes and a $0 cost

If what we are really intending to build (according to the ticket) is a mechanism for an institution to bypass completely the default paywall (since it is being offered for free at the institution), we should be modeling that explicitly by adding a new "Bypass paywall" or "Offer this for free" in the Discount impl ( Oli.Delivery.Paywall.Discount)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants