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

Cannot retry a payment if more than one payment method with the same type specified #196

Open
coldic3 opened this issue Nov 19, 2024 · 0 comments
Milestone

Comments

@coldic3
Copy link
Member

coldic3 commented Nov 19, 2024

It is possible to create multiple payment methods of the same type, such as two Google Pay methods. However, this will cause a 500 error on the retry payment page because the same form type is rendered twice.

Possible solutions:

  • render a retry payment form on a separate page
  • render a from type for each payment method type only once and adjust it while selected
@lchrusciel lchrusciel added this to the 2.0.0 milestone Nov 29, 2024
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