-
Notifications
You must be signed in to change notification settings - Fork 990
MBL-1956: Terms of use hyperlink in checkout screen #2193
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
Conversation
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #2193 +/- ##
============================================
- Coverage 68.43% 68.42% -0.01%
Complexity 2188 2188
============================================
Files 351 351
Lines 23558 23561 +3
Branches 3455 3458 +3
============================================
Hits 16122 16122
- Misses 5610 5611 +1
- Partials 1826 1828 +2 ☔ View full report in Codecov by Sentry. |
LGTM! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
📲 What
New PLOT checkout UI has a "terms of use hyperlink", we want to open the web page when a user taps this link. Also discovered a bug on checkout screen where the disclaimer and accountability hyperlinks were not hooked up.
🤔 Why
For the new PLOT UI, but we also need all of the hyperlinks to work.
🛠 How
This PR also fixes an issue discovered where the other hyperlinks on the crowdfund checkout are not working. Using the same logic as in the ProjectPageActivity to open the accountability and disclaimer hyperlinks.
📋 QA
Test regular crowdfund checkout, as well as PLOT with a pledge that meets the minimum PLOT threshold. Expand the PLOT ui and tap terms of use, should open the terms of use page on web.
Test the other hyperlinks on the screen and make sure they link to their correct respective pages.
Story 📖
MBL-1956: Terms of use hyperlink in checkout screen
MBL-1963: Disclaimer and Accountability hyperlinks not working in crowdfund checkout