-
Notifications
You must be signed in to change notification settings - Fork 211
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-9589]Installment Feature Not Working with Saved Credit Cards in Magento 2.4.6-p5 #2845
Comments
Hello @JoaoDias2025, Thank you for reporting this issue. I've tested the given scenario and I was able to reproduce the error. We've created an internal investigation ticket to revisit the installments in the Plugin for Saved Payment Methods. We will provide an update as soon as we have more information. Thank you for your patience. Best Regards, |
Good morning. |
Hello @JoaoDias2025, As we are getting more reports about this issue, we have prioritised this Github issue and will start working on it next week. Best Regards, |
Thank you for your feedback. |
Good morning. |
Following up on the question above. May I ask, have you already released a solution for this bug? If not, when we can expect |
Describe the bug
When using the Adyen module in Magento 2.4.6-p5 to complete a payment with an already saved credit card, the installment feature does not work as expected. The user can select the installment options during checkout, but even if, for example, 5 installments are chosen, the payment is finalized as a single installment (1x).
This issue does not occur when the user manually enters the credit card details during checkout. It only happens when using a saved card, where the card information is preloaded, and the installment options are then presented.
To Reproduce
Steps to reproduce the behavior:
Save a credit card during checkout for future use.
Go to the checkout page and select the saved card for payment.
Choose an installment option (e.g., 5 installments).
Complete the order.
Verify that the order is processed as a single installment instead of the selected option.
Expected behavior
When selecting an installment option during checkout with a saved credit card, the payment should be processed with the chosen number of installments.
Magento version
2.4.6-p5
Plugin version
9.8
OS: [e.g., Ubuntu]
Browser: [e.g., Chrome]
Additional context
This issue seems to occur specifically with saved cards, where the card information is preloaded during checkout, and the installment feature is presented for selection. It does not happen when manually entering the card details during checkout.
The text was updated successfully, but these errors were encountered: