-
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
Pass policyID when adding a bank account #23045
Conversation
@abdulrahuman5196 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] |
@abdulrahuman5196 please hold on reviewing this for a bit. I might need to make some changes to the PR. |
Sure @luacmartins |
False alarm, you can review the PR. |
Sorry. Didn't see the false alarm message and logged out yesterday. Will close the review from my end in couple of hours now. |
@luacmartins
In this PR we are only passing policyID for the |
Yes, we only need it in UpdateCompanyInformationForBankAccount. I updated the OP, thanks! |
Reviewer Checklist
Screenshots/VideosWebScreen.Recording.2023-07-18.at.9.34.00.PM.movMobile Web - ChromeMobile Web - SafariDesktopScreen.Recording.2023-07-19.at.12.03.02.AM.mov |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes looks good and works well. Reviewers checklist is also complete.
All yours.
🎀 👀 🎀
C+ Reviewed
@AndrewGable 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] |
Reviewers checklist is already complete melvin |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
It seems App issue wasn't created for this automatically. Could you kindly trigger the flow for payment processing? @luacmartins |
Thanks for flagging that @abdulrahuman5196. I created it here |
🚀 Deployed to staging by https://github.com/AndrewGable in version: 1.3.43-0 🚀
|
@luacmartins That is also a Expensify/Expensify issue which i won't have access 🤕 |
🤦 created a new issue here. Sorry about that! |
No worries. Thank you 🙇 |
🚀 Deployed to staging by https://github.com/AndrewGable in version: 1.3.43-0 🚀
|
🚀 Deployed to staging by https://github.com/AndrewGable in version: 1.3.44-0 🚀
|
🚀 Deployed to production by https://github.com/jasperhuangg in version: 1.3.43-7 🚀
|
🚀 Deployed to production by https://github.com/marcaaron in version: 1.3.44-2 🚀
|
Details
Step 1 from https://github.com/Expensify/Expensify/issues/299712
Fixed Issues
$ https://github.com/Expensify/Expensify/issues/299712
Tests
+ > New Workspace
Settings > Workspaces > Bank account
Connect manually
and use011401533
and1111222233331111
as routing and account numbers, respectivelyUpdateCompanyInformationForBankAccount
request succeeds and thepolicyID
parameter is sent to the APIOffline tests
N/A
QA Steps
Same as test steps
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)/** comment above it */
this
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Web
Mobile Web - Chrome
Mobile Web - Safari
Desktop
iOS
Android