-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Status downloadable product stays pending after succesfull payment #22545
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
Comments
Hi @KooTjoo. 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. @KooTjoo do you confirm that you was able to reproduce the issue on vanilla Magento instance following steps to reproduce?
|
Hi @shikhamis11. Thank you for working on this issue.
|
✅ Confirmed by @shikhamis11 Issue Available: @shikhamis11, You will be automatically unassigned. Contributors/Maintainers can claim this issue to continue. To reclaim and continue work, reassign the ticket to yourself. |
Hi @sourabhmodi60. Thank you for working on this issue.
|
Hi @shikhamis11. Thank you for working on this issue.
|
Hi @GovindaSharma. Thank you for working on this issue.
|
I am working on this at #dmcdindia1 |
…uccesfull payment
To fix this without waiting for the PR to be approved and pushed to the next release.
Testing on my store, this fixes the download link problem. |
Hi @KooTjoo. Thank you for your report.
The fix will be available with the upcoming 2.3.3 release. |
i came up with a very simple fix (though) it probably needs further testing. I figured that the problem is that changes/new entries in downloadable_link_purchased are not yet committed when SaveDownloadableOrderItemObserver is executed. my 1-line fix/proposition is changing the module-downloadable/etc/events.xml: <event name="sales_order_save_after"> TO: |
Uh oh!
There was an error while loading. Please reload this page.
When a downloadable product has been order and paid for download status should automatically become available. Status remains pending although order is invoiced and completed automatically by payment processor. When order is invoiced from admin it all works.
Preconditions (*)
Steps to reproduce (*)
Expected result (*)
Actual result (*)
When an order is placed and in Magento admin the order is invoiced the it works as it should. So somehow downloadable status is not changed when an order is automatically set to completed when payment is succesfull.
This issue occured only after upgrading to Magento 2.3.1 in 2.3.0 it all worked like it should.
The text was updated successfully, but these errors were encountered: