feat: Show page to link existing account when attempting to pay#71659
feat: Show page to link existing account when attempting to pay#71659srikarparsi merged 48 commits intoExpensify:mainfrom
Conversation
Codecov Report✅ Changes either increased or maintained existing code coverage, great job!
|
|
@srikarparsi Thanks for letting me know, I haven't seen this one. I'll repro steps as one of the testing scenarios to be sure this won't happen again :) |
|
@dominictb Please copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
…12-reapply-followup
|
🚧 @joekaufmanexpensify has triggered a test Expensify/App build. You can view the workflow run here. |
This comment has been minimized.
This comment has been minimized.
BUG: Modal does not initially appear when paying from reports pageSteps:
Expected resultYou are prompted to link the bank account. Actual resultYou see option to add a new account. But if you open the report and try there, it works. And if you then go back to reports page it works then. It's only on the first attempt it doesn't work. 2025-10-23_11-41-10.mp4 |
BUG: not updating pay button if you disconnect bank accountSteps:
Expected resultYou no longer see the split pay button or the bank account listed in the pay button because it was removed. Actual resultWe remove the split pay button but continue to show the disconnected bank account in it (confirmed this doesn't happen in staging). 2025-10-23_11-45-29.mp4 |
|
Still seeing this bug from prior PR |
|
That's it! PR otherwise working well for me 👍 |
I've tracked down the bug causing this. When we delete the workspace we do not clear the 'reimbursementAccount' upon successfully removing the workspace. Example of such request - We were entering this condition that was checking whether Now to why fixing this particular thing won't solve our problems. When I've started work on this particular issue (few months ago) the Now we have an option to fetch all the bank accounts - even the ones that are partially setup. This condition that I've mentioned before should be rewritten and should check
Precondition: Have workspace with connected USD account and have another workspace with different account that is partially connected
I could've spotted this earlier but I'm finding out new edge cases everyday 😓 Just haven't thought about this one before even though it seems quite obvious now.
Fixed this one
Fixed this one too Sorry for the lengthy post 😓 |
| onyxData.successData?.push({ | ||
| onyxMethod: Onyx.METHOD.MERGE, | ||
| key: ONYXKEYS.NVP_LAST_PAYMENT_METHOD, | ||
| value: { |
|
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
|
🚀 Deployed to staging by https://github.com/srikarparsi in version: 9.2.78-0 🚀
|
Revert "Merge pull request #71659 from callstack-internal/feat/65912-reapply-followup"
…eat/65912-reapply-followup" This reverts commit f099b1b.
|
🚀 Deployed to production by https://github.com/AndrewGable in version: 9.2.78-8 🚀
|
|
🚀 Deployed to staging by https://github.com/srikarparsi in version: 9.2.79-0 🚀
|
|
🚀 Deployed to staging by https://github.com/srikarparsi in version: 9.2.81-0 🚀
|
|
🚀 Deployed to production by https://github.com/AndrewGable in version: 9.2.81-5 🚀
|
|
🚀 Deployed to production by https://github.com/AndrewGable in version: 9.2.81-5 🚀
|
|
🚀 Deployed to staging by https://github.com/srikarparsi in version: 9.2.97-0 🚀
|
|
🚀 Deployed to staging by https://github.com/srikarparsi in version: 9.2.99-0 🚀
|
|
This seems to have caused #79312 @MrMuzyk @dominictb |
|
And this too #79317 |
|
Im looking into the linked issues |
|
🚀 Deployed to production by https://github.com/francoisl in version: 9.2.99-8 🚀
|

Explanation of Change
Fixed Issues
$ #65912
PROPOSAL:
Tests
Same as QA steps
Offline tests
QA Steps
Scenario A:
Precondition:
Scenario B:
Precondition:
Scenario C:
Scenario D:
Precondition:
Scenario E:
Scenario F:
Scenario G:
Scenario H:
Precondition: User has no connected or partially connected GBP accounts
Scenario I:
PR Author Checklist
### Fixed Issuessection aboveTestssectionOffline stepssectionQA stepssectioncanBeMissingparam foruseOnyxtoggleReportand notonIconClick)src/languages/*files and using the translation methodSTYLE.md) were followedAvatar, I verified the components usingAvatarare working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG))npm run compress-svg)Avataris modified, I verified thatAvataris working as expected in all cases)Designlabel and/or tagged@Expensify/designso the design team can review the changes.ScrollViewcomponent to make it scrollable when more elements are added to the page.mainbranch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTeststeps.Screenshots/Videos
Android: Native
android.native.mp4
Android: mWeb Chrome
android.web.mp4
iOS: Native
ios.native.mp4
iOS: mWeb Safari
ios.web.mp4
MacOS: Chrome / Safari
web.mp4
MacOS: Desktop
desktop.mp4