Skip to content
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

Incorrect additional_data Handling on Payment Submission Retry #7

Open
Jihad-orienteed opened this issue Apr 8, 2024 · 1 comment

Comments

@Jihad-orienteed
Copy link

Issue Overview:
When submitting payment information through the form, if the initial submission fails due to incorrect details and the user corrects the details for a second submission, the additional_data associated with the payment remains empty or incorrect, leading to a failed submission. This issue occurs despite correct information being provided on the second attempt. The expected behavior is for the additional_data to update correctly with the new, valid details upon re-submission, allowing for a successful payment process.

Steps to Reproduce:

Open the payment form and enter incorrect payment details.
Place order
Correct the payment details to ensure they are valid.
Re-submit the form.
Observe that the submission fails due to additional_data not being updated or reset correctly after the first failed attempt.

@kulbich
Copy link

kulbich commented Apr 8, 2024

Hi @Jihad-orienteed
Thank you for reporting the issue, we'll check it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants