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

[ECP-9635]Cannot place order when switching between payment methods #2898

Open
kurtsultanapixel opened this issue Feb 26, 2025 · 1 comment
Assignees
Labels
Bug report Indicates that issue has been marked as a possible bug

Comments

@kurtsultanapixel
Copy link

kurtsultanapixel commented Feb 26, 2025

Making your own contribution is easy, encouraged and greatly appreciated! We will put effort into reviewing and merging your PR quickly. For more info, please refer to the contribution guidelines: https://github.com/Adyen/adyen-magento2/blob/develop/CONTRIBUTING.md

Describe the bug
When you have payment methods other than Adyen Credit Card enabled (e.g. Cash on Delivery), clicking on Place Order doesn't do anything when switching between payment methods.

To Reproduce
Steps to reproduce the behavior:

  1. Go to Checkout
  2. Fill in Adyen Credit Card Form with test payment details
  3. Switch to Cash on Delivery (or any other payment method)
  4. Switch to Adyen Credit Card Form
  5. Click Place Order

Expected behavior
Order is placed or error is returned if payment fails

Magento version
2.4.5

Plugin version
9.15

Screenshots
Screencast available here: https://drive.google.com/file/d/1Tgtt6tXdHAZ0qwc4VPYf6Pii4ybAH10x

Desktop (please complete the following information):

  • OS: MacOS Sequoia
  • Browser: Chrome
  • Version: 133
@kurtsultanapixel kurtsultanapixel added the Bug report Indicates that issue has been marked as a possible bug label Feb 26, 2025
@kurtsultanapixel
Copy link
Author

kurtsultanapixel commented Feb 26, 2025

On debugging, this.cardComponent.isValid on line 406 of adyen-cc-method.js remains false causing this to happen.

@khushboo-singhvi khushboo-singhvi self-assigned this Mar 4, 2025
@khushboo-singhvi khushboo-singhvi changed the title Cannot place order when switching between payment methods [ECP-9635]Cannot place order when switching between payment methods Mar 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug report Indicates that issue has been marked as a possible bug
Projects
None yet
Development

No branches or pull requests

2 participants