Task #7032
closed[dynamicweb] If a user inputs an existing key in the VM buy flow, he/she is alerted that the key exists and the user can't proceed
0%
Description
Steps to reproduce:
1. Choose a VM to buy at staging/dev servers for https://datacenterlight.ch
2. Register as a user and input card details in the "Make payment page". Ensure
that the card leads to a payment related error.
3. Add a valid SSH key in the next page
4. In the order confirmation page, press "Place Order"
5. Order fails and user is redirected to "Make payment page"
6. Retry steps 2 and 3, and input the same key that was input in step 3
Observed behavior: Form submission fails with "A public key with the name ... exists"
Expected behavior: Form submission succeeds
Updated by Mondi Ravi about 5 years ago
- Status changed from New to In Progress
- Priority changed from Normal to Immediate
Updated by Mondi Ravi about 5 years ago
- Status changed from In Progress to Feedback
- Assignee changed from Mondi Ravi to Sanghee Kim
I proposed a fix for this issue in the merge request https://code.ungleich.ch/ungleich-public/dynamicweb/merge_requests/712
Basically, we had a check to not allow the user to input the same key again. I just removed this code.
The code is deployed to https://dev2.datacenterlight.ch for testing.
To test:
1. Try to buy a VM with a known SSH Key and the card 4000 0000 0000 0341 -> Payment fails and we return to the make payemnt page
2. Input a good credit card 4111 1111 1111 1111
3. Input the same SSH key as 1
4. Previously, the system would complain about the card already exists (on staging for eg). Now, it accepts the card and the payment is successful.
Updated by Sanghee Kim about 5 years ago
While testing, the step 1 goes to 404 error page after card submit, is this as expected? I think the error should be handled differently.
Updated by Sanghee Kim about 5 years ago
I tested with the key I created and saved via generate key, and above flow works as expcted.
Updated by Mondi Ravi about 5 years ago
Sanghee and I faced a wierd issue yesterday, while trying out the test steps via hosting flow.
The second attempt (with a correct credit card) also failed.
However, when I tested it today; after clearing cache and logging myself out and relogging in, the flow works as intended (payment via the second and correct card succeeds). So, I wonder if this could be cache related issue.
Updated by Mondi Ravi about 5 years ago
- Status changed from Feedback to Closed
- Assignee changed from Sanghee Kim to Mondi Ravi
This was merged in 2.6.3 and deployed to production today.