[No QA] Reorganize EnablePayments into Pay/Wallet/shared structure#92350
Conversation
Codecov Report✅ Changes either increased or maintained existing code coverage, great job!
|
|
@codex review |
|
Codex Review: Didn't find any major issues. Chef's kiss. ℹ️ About Codex in GitHubCodex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback". |
|
Failing Jest test isn't caused by this PR #92374 |
|
@dukenv0307 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] |
|
@VickyStash Can you please update the PR description to link to #92406? |
|
@dukenv0307 Done! |
Reviewer Checklist
Screenshots/VideosAndroid: HybridAppAndroid: mWeb ChromeiOS: HybridAppiOS: mWeb SafariMacOS: Chrome / SafariScreen.Recording.2026-06-03.at.14.23.28.mov |
|
🚀 Deployed to staging by https://github.com/arosiclair in version: 9.3.99-0 🚀
Bundle Size Analysis (Sentry): |
|
🤖 No help site changes required. This PR is a pure code reorganization of the Since Why I'm confident
@VickyStash — no action needed on the docs side for this PR. If you believe a specific user-facing flow did change and warrants a help article update, let me know which flow and I'll draft it. |
|
🚀 Deployed to production by https://github.com/lakchote in version: 9.3.99-9 🚀
|
Explanation of Change
The
EnablePayments/folder was a flat mix of two unrelated flows with different entry points and URLs. This PR reorganizes it without changing any behavior:Pay/— KYC/identity flow, entry point from IOU sendWallet/— bank account setup flow, entry point from Wallet settingsshared/— components used by both flows (FailedKYC, IdologyQuestions, TermsForms)PatriotActLinkmoved up tosrc/components/where it belongsAll changes are renames and import path updates only. No logic was modified.
Fixed Issues
Part of #92406
PROPOSAL: N/A
Tests
N/A
Offline tests
N/A
QA Steps
// TODO: These must be filled out, or the issue title must include "[No QA]."
N/A
PR Author Checklist
### Fixed Issuessection aboveTestssectionOffline stepssectionQA stepssectiontoggleReportand 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.