-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[$500] Assigned cards tile uses cardholderName- lastFourDigits instead of bankName - lastFourDigits #35685
Comments
Job added to Upwork: https://www.upwork.com/jobs/~01cde3f6bc755e7553 |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @rushatgabhane ( |
Triggered auto assignment to @bfitzexpensify ( |
ProposalPlease re-state the problem that we are trying to solve in this issue.ssigned cards tile uses cardholderName- lastFourDigits instead of bankName - lastFourDigits What is the root cause of that problem?We are using
What changes do you think we should make in order to solve the problem?We need to use const cartTitle = card.lastFourPAN ? `${card.bank} - ${card.lastFourPAN}` : card.bank;
return {
key: card.cardID,
title: isExpensifyCard ? expensifyCardDescription : cartTitle, Result |
🎀👀🎀 seems like a straightforward fix. let's go with #35685 (comment) |
Triggered auto assignment to @marcochavezf, see https://stackoverflow.com/c/expensify/questions/7972 for more details. |
Assigning @Krishna2323 🚀 , thanks for the review @rushatgabhane |
📣 @Krishna2323 🎉 An offer has been automatically sent to your Upwork account for the Contributor role 🎉 Thanks for contributing to the Expensify app! Offer link |
@rushatgabhane, PR is ready for a review, I just wanted to confirm one thing, last four digits refers to {
"availableSpend": 0,
"bank": "discover.com",
"cardID": 18996283,
"cardName": "AA Miles - 1979",
"cardholderFirstName": "",
"cardholderLastName": "",
"domainName": "blogminutes.com",
"fraud": "none",
"isVirtual": false,
"lastFourPAN": "",
"maskedPan": "AA Miles - 1979",
"state": 3
} Also, I believe the domain name below the bank name should act like a link: |
@marcochavezf @miljakljajic can you pls check the above comment^. Thanks |
@Krishna2323 let me add some card in my account to test |
If you are the assigned CME please investigate whether the linked PR caused a regression and leave a comment with the results. If a regression has occurred and you are the assigned CM follow the instructions here. If this regression could have been avoided please consider also proposing a recommendation to the PR checklist so that we can avoid it in the future. |
Please review this Proposal as it fixes the above issue. |
@bfitzexpensify could you please add payment summary, thanks 🙇 |
money request here - https://staging.new.expensify.com/r/3704912471626768 |
Thanks for the heads up @rushatgabhane Payment summary: Contributor: @Krishna2323 to be paid $500 via Upwork ✅ |
This issue has not been updated in over 15 days. @marcochavezf, @rushatgabhane, @bfitzexpensify, @Krishna2323 eroding to Monthly issue. P.S. Is everyone reading this sure this is really a near-term priority? Be brave: if you disagree, go ahead and close it out. If someone disagrees, they'll reopen it, and if they don't: one less thing to do! |
$500 approved for @rushatgabhane based on summary. |
If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!
Version Number: v1.4.36-0
Reproducible in staging?: yes
Reproducible in production?: yes
If this was caught during regression testing, add the test name, ID and link from TestRail:
Email or phone of affected tester (no customers):
Logs: https://stackoverflow.com/c/expensify/questions/4856
Expensify/Expensify Issue URL:
Issue reported by: @miljakljajic
Slack conversation: https://expensify.slack.com/archives/C049HHMV9SM/p1706893917890069
Action Performed:
Expected result:
You should see the bank logo of the assigned card labelled bankName - lastFourDigits
Actual result:
You will see the bank logo of the assigned card labelled
Workaround:
unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Add any screenshot/video evidence
View all open jobs on GitHub
Upwork Automation - Do Not Edit
Issue Owner
Current Issue Owner: @Krishna2323The text was updated successfully, but these errors were encountered: