-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Payments - Options "instant debit card" and "1-3 business days" aren't displayed when clicking "Transfer Balance" #7398
Comments
Triggered auto assignment to @aldo-expensify ( |
I'm able to replicate this:
@parasharrajat is this expected behaviour? |
KYCWall was added by Marc over the TransferBalance link so that users first add/complete the VBA flow before transferring the balance. I don't know the expected behavior of KYCWall. Better to ask Marc about this. |
so.. debugging and looking at the code, it seems like the popover to add payment methods appear if you don't have a debit card and don't have a default bank account (this check). Here @kavimuru only has paypal, so it looks like intended behaviour. Also, to continue you will need to have a wallet in Gold tier, otherwise you will be ask to verify your identity (check here). I'm not sure about how you get a gold tier wallet in staging... doing Onfido validation? If you meet these conditions, you will see the page: The problem now is that I cannot change the big number, my guess is that I cannot change it because I don't have any balance in my wallet. How do you put something in your wallet? @parasharrajat |
You can change this |
I think the steps in the PR are a bit off, it says that the button will be disabled when balance is below 0.30, but that is not the case: The button is disabled when the balance is below the fee: Clicking the green "Transfer" button with a balance modified in the frontend gives you a growl, which is reasonable: All the rest of the things regarding the views to add debit/bank account, selecting them, button disabling on fee > balance, button disabled on which account not being selected seem to be working fine |
I'll close this as the QA just failed because @kavimuru was missing debit/bank account and possibly a gold wallet. |
yeah, this is correct. |
If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
Issue found when executing #7200
Action Performed:
Pre: Login with expensify account which already has payments
Expected Result:
Confirm that the transfer button is disabled if the following conditions are true.
i. Transfer Amount is less than $ 0.30.
ii. Which Account is not selected.
Actual Result:
Don't see the options instant debit card and 1-3 business days. Dropdown menu with Bank account/ Debit card is opened.
Workaround:
Unknown
Platform:
Where is this issue occurring?
Version Number: v1.1.32-1

Reproducible in staging?: Yes
Reproducible in production?: Yes
Logs: https://stackoverflow.com/c/expensify/questions/4856
Notes/Photos/Videos:
Bug5423005_transfer.mp4
Expensify/Expensify Issue URL:
Issue reported by:
Slack conversation:
View all open jobs on GitHub
The text was updated successfully, but these errors were encountered: