-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Owner transfer - Nothing happens after clicking on the Accept terms & add payment #50050
Comments
Triggered auto assignment to @mallenexpensify ( |
@mallenexpensify FYI I haven't added the External label as I wasn't 100% sure about this issue. Please take a look and add the label if you agree it's a bug and can be handled by external contributors |
We think that this bug might be related to #wave-collect - Release 1 |
Edited by proposal-police: This proposal was edited at 2024-10-02 11:55:52 UTC. ProposalPlease re-state the problem that we are trying to solve in this issue.Nothing happens after clicking on the Accept terms & add payment What is the root cause of that problem?If the currency is App/src/libs/actions/Policy/Policy.ts Lines 854 to 865 in 9627f5f
What changes do you think we should make in order to solve the problem?We can remove the else block from here and we should always call
What alternative solutions did you explore? (Optional)If we want to keep the else block we can call again after this
|
@blimpich It seems we are waiting for something from BE, right? |
Will look into this, I have limited time today before going on vacation but my initial thought is that this shouldn't be possible to QA because applause doesn't have a card that requires SCA authentication, at least I'm pretty sure we don't. I will look at reproducing this. |
@Nodebrute I 👎 your proposal because it won't work. Cards using GBP need to be treated differently for legal reasons. The |
I don't think this is an issue. At least not one worth solving right now. The reason why that card didn't work is because the test card is an American USD card so Stripe didn't pass back an authentication link. The frontend expected an authentication link onyx key but it didn't get one, so it looks like nothing happened. That's not great, but the reality is that this is a very niche problem where the user puts in GBP as their selected currency when really it should be USD. 99.99% of people who put in a card and explicitly click "GBP" as their currency probably have a credit card that actually is issued in GBP, so this will still work for them. If this issue comes up again because users are actually putting in the wrong currency selection in this form we can look into investing in a fix. Thank you @DylanDylann for pinging me and bringing this issue to my attention 🙏 |
If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!
Version Number: 9.0.43-0
Reproducible in staging?: Y
Reproducible in production?: Y
If this was caught during regression testing, add the test name, ID and link from TestRail: N/A
Email or phone of affected tester (no customers): [email protected]
Issue reported by: Applause - Internal Team
Issue found when executing PR #49411
Action Performed:
Applause QA ND Card Tests
4555 9400 0559 7305
ccv: 458
07/2028
Click "Accept terms & add payment card"
5. In the network tab we should see 1 call to AddPaymentCardGBP and a new iframe modal should pop up with Stripe's 3DS verification screen.
Click "complete"
6. In the network tab there should be 1 call to a new api command called verifySetupIntentAndRequestPolicyOwnerChange, the iframe modal should close, and the right-pane UI should change to the UI that says "Take over annual subscription".
7. Click "Transfer subscription" button
In the network tab should see 1 new call to RequestWorkspaceOwnerChange and should see success screen that says "Woohoo! All set."
Expected Result:
In the network tab we should see 1 call to AddPaymentCardGBP and a new iframe modal should pop up with Stripe's 3DS verification screen.
Click "complete"
Actual Result:
Nothing happens after clicking on the Accept terms & add payment
It's possible to go bock and Transfer again with successfull result
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Add any screenshot/video evidence
Bug6621665_1727823961444.Screen_Recording_2024-10-02_at_01.58.27.mp4
View all open jobs on GitHub
The text was updated successfully, but these errors were encountered: