-
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
Delete bank account key from bankAccountList #7557
Conversation
Hi @luacmartins, I don't think that this is due to your PR, but I am getting redirected to the Routing number / Account number step when trying to add an open account via Plaid 😕 Did you happen to see this during testing? I see it on both PlaidRedirect.mov |
I don't recall seeing that particular redirect, but I had some issues with the flow where I wasn't seeing the savings account option - https://expensify.slack.com/archives/C01GTK53T8Q/p1643906776673469 |
Hmm, I'm still having problems after rebuilding the vm, and I'm not seeing any logs which stand out to me. I'm not sure what else to try at this point. I might need to reprovision as a last resort. |
I reprovisioned today, created a new account, but I see the same issue 😞 |
I updated my repos today and also saw the redirect when selecting |
Alright, sorry for the delay here. Until today I thought the only Plaid staging bank that worked was Chase! It worked flawlessly on web and mobile once I tested with an open Wells Fargo bank 👍 |
No worries! Thanks for raising this issue! I updated the SO from Chase to Wells Fargo! |
Self-merging with approval! |
✋ 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 @luacmartins in version: 1.1.38-0 🚀
|
🚀 Deployed to production by @Julesssss in version: 1.1.38-3 🚀
|
Details
We never delete the
bankAccountID
key from thebankAccountList
object, we just set the value to null here. We end up getting errors when looping over the object and trying to access properties on null - e.g. here and here.Fixed Issues
$ #7391
Tests
Connect online with Plaid
OPEN
bank account.Disconnect bank account
QA Steps
Steps above.
Tested On
Screenshots
Web
web.mov
Mobile Web
mweb.mov
Desktop
desktop.mov
iOS
ios.mov
Android
android.mov