Known issues
Interacting with the payment component while is still in a loading state sends the wrong payment option
Interacting with the payment component while is still in a loading state sends the wrong payment option
ID: 952086
Backlog
Published on 12/12/2023
•
Last update on 12/12/2023
Summary
When the shopper changes the payment method while the payment component is still loading on the page, if the payment method has options, the payment sent to the orderForm is wrong. When this behavior happen, the order is not created and a message to review the payment information is shown.
Simulation
- Add items to the cart and move until payment data;
- Click on a different payment method while the page is loading and select another option inside the component;
- The payment sent to the orderForm is wrong, being the first option.
Workaround
N/A