-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Paypal Payments Pro IPN keeping payments marked as Pending Payment #25659
Comments
Hi @quantumAV. Thank you for your report.
Please make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, please, add a comment to the issue:
For more details, please, review the Magento Contributor Assistant documentation. @quantumAV do you confirm that you were able to reproduce the issue on vanilla Magento instance following steps to reproduce?
|
Hi @engcom-Echo. Thank you for working on this issue.
|
@engcom-Echo Thank you for verifying the issue. Unfortunately, not enough information was provided to acknowledge ticket. Please consider adding the following:
Once all required information is added, please add label |
✅ Confirmed by @engcom-Echo Issue Available: @engcom-Echo, You will be automatically unassigned. Contributors/Maintainers can claim this issue to continue. To reclaim and continue work, reassign the ticket to yourself. |
For myself the above fix was not present in 2.3.3 and the fix worked without problems. Perhaps you should double check? |
Hi @skar2019. Thank you for working on this issue.
|
Made a PR for this. Let's see if this finally gets something moving after over one year of nothingness. |
2.3.5 is out and it still contains the bug fixed by this PR |
I can confirm that the problem persists on Magento ver. 2.3.4 as well. Many orders display as "pending payment" and than "cancelled", customers call and complain while the money is actually transferred to paypal account. Payment/Order issues must be priority for Magento team while having the the same problem with recent versions. |
So I am seeing that this issue is still apparent in version 2.3.5-p1 even after countless reports stemming back a few years and reading the above, am I right in reading that this issue is also still apparent in version 2.4.0 ? |
I haven't tried installing 2.4.0 to make sure, but the PR that I made got merged in 2.4 (not to be confused with 2.3.4). So I'd say that 2.4.0 should not be affected, but I stand to be corrected. So, to sum it up, 2.3.x should still contain the bug, while it should be fixed in 2.4.x |
Thanks for the clarification and feedback. We've updated your commit for 2.4 in our 2.3.5 version which seems to work fine for the moment. |
This happens in 2.2.11, but the code fix from https://github.com/magento/magento2/blob/2.3.5-p1/app/code/Magento/Sales/Model/Order/Payment/State/RegisterCaptureNotificationCommand.php#L38 works fine. So I guess this fix can be pushed to the 2.2 branch? |
I see no fix in 2.3.5-p1, only in 2.4.0. If you do a "blame" of that file for version 2.3.5-p1 you'll find the commit that introduced the bug: f3234e1#diff-68f9035e0545c5442dde19b0ba0fa9b4L38 Compare with 2.4.0: https://github.com/magento/magento2/blame/2.4.0/app/code/Magento/Sales/Model/Order/Payment/State/RegisterCaptureNotificationCommand.php#L45 |
2.3.6 is out, and the fix is still missing from it |
Surprise surprise. 😂 |
Hi @ihor-sviziev. Thank you for working on this issue.
|
Hi, This issue was already fixed in #25876 and available in Magento 2.4.0. I'm closing this issue as it's already solved. |
Preconditions (*)
Steps to reproduce (*)
@numan201 fix worked for me in 2.3.2 however on upgrading to 2.3.3 we now have Pending Payment status for orders received even though the details of the payment are on the order.
the fix that worked in 2.3.2 is already present in 2.3.3 -
Expected result (*)
Actual result (*)
The text was updated successfully, but these errors were encountered: