Skip to content

feat: fix on live loan redirect#6827

Open
tiarascoleman wants to merge 1 commit intomainfrom
MP-2602
Open

feat: fix on live loan redirect#6827
tiarascoleman wants to merge 1 commit intomainfrom
MP-2602

Conversation

@tiarascoleman
Copy link
Copy Markdown
Contributor

@tiarascoleman tiarascoleman requested a review from a team April 13, 2026 21:01
@tiarascoleman tiarascoleman self-assigned this Apr 13, 2026
@tiarascoleman tiarascoleman added the b2c Sends B2C team a message in Slack on PR creation label Apr 13, 2026
// if the sort option value is valid, set it as the sort to be returned
.forEach(value => {
const sortOption = sortOptions.find(o => o?.toLowerCase() === value);
const sortOption = sortOptions.find(o => o?.toLowerCase() === value?.toLowerCase());
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

We should be able to add a check in the tests that fails without your update, then succeeds with your update...

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Agreed, what specifically was the issue with the links? It looks like the casing matched.

Copy link
Copy Markdown
Collaborator

@dyersituations dyersituations left a comment

Choose a reason for hiding this comment

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

See comment about use case and adding tests.

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

Labels

b2c Sends B2C team a message in Slack on PR creation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants