-
Notifications
You must be signed in to change notification settings - Fork 3.2k
[Copy update] VBA Throttled error #5551
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
Conversation
Update: removed unused import |
About how to reproduce the throttle errorThere were two slack conversations about this: https://expensify.slack.com/archives/C020EPP9B9A/p1632955388190500 As a summary, I understand the following:
My plan was to find a bank account that would fail with BANK_ACCOUNT_NOT_GOOD_STANDING, but I could not move forward because the connection with Giact doesn't seem to be working. https://expensify.slack.com/archives/C03TQ48KC/p1633040741101300 |
@marcaaron I recall you finding this error here. This may be of help @aldo-expensify ? Ultimately I think if we cover the other cases, we can safely deprioiritze this case and put it in a follow up issue to ensure we're staying on top of more common/valuable polish. |
Feels like we are maybe getting sidetracked with trying to do a local reproduction. We can just set the NVP manually so we can test the copy? Just my 2 cents but I don't think it's necessary to fully reproduce a throttled bank account on dev (pretty sure that when I saw that copy I forced it to appear and did not mess with KYC checks at all). |
Makes sense, I'll try that. Thanks! |
@marcaaron idea to use NVP worked perfectly fine. Added it to the Test / QA steps. |
✋ 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 production by @chiragsalian in version: 1.1.6-0 🚀
|
Details
Removed
if
statement here because I think it is always trueApp/src/pages/ReimbursementAccount/ReimbursementAccountPage.js
Lines 164 to 165 in b37e87e
Fixed Issues
$ https://github.com/Expensify/Expensify/issues/177017
Tests / QA
API.setNameValuePair({name: 'expensify_ACHData_throttled', value: 'yes'})
Tested On
Screenshots
Web
Mobile Web
Desktop
iOS
Android