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

Module Management red box text and constraints #3710

Open
willgearty opened this issue Jan 17, 2024 · 0 comments
Open

Module Management red box text and constraints #3710

willgearty opened this issue Jan 17, 2024 · 0 comments

Comments

@willgearty
Copy link
Member

As of right now, we say:

<li>The Credit Card Module must always be last <i>and</i> cannot be required</li>
<li>The Confirm Registration Module cannot be required</li>

But it looks like we actually always make the credit card module second to last (seq 10000) and the confirm module last (seq 99999). I imagine I meant to set the credit card seq to 100000, but just misread the confirm module's seq value. However, maybe it makes sense to have the confirm module always last and the credit card module always second to last? Either way, we'll need to update the behavior and/or the text here.

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

No branches or pull requests

2 participants