Fix offline invoice capture (404)#1
Open
nige-one wants to merge 3482 commits into
Open
Conversation
AC-13818::Make ES8 to be default for 2.4.8 instead of ES7
…tional-mainline-deployment-branch
…nstead of packages on the repo.magento.com
[Spartans] BugFixes Delivery
…leted custom attribute exists for a customer
…m_health_02192025
…/magento2ce into PR-03-17-2025
…/magento2ce into PR-03-17-2025
…/magento2ce into PR-03-17-2025
…/magento2ce into PR-03-17-2025
…/magento2ce into PR-03-17-2025
…/magento2ce into PR-03-17-2025
…ionUnAssignProductSourcesOnProductsGridToUnAssignAllAssignedSourcesTest
…eTest Test fix to reduces flakiness
…ionUnAssignProductSourcesOnProductsGridToUnAssignAllAssignedSourcesTest
…ionUnAssignProductSourcesOnProductsGridToUnAssignAllAssignedSourcesTest
…eTest Adding scroll to the parent section
AC-14078: Improve async/bulk request performance.
…CQE-Version2-functional-mainline-deployment
…Test MFTF Test fix
…Test Copyright text changes
…nal-mainline-deployment Bengals ACQE Functional Deployment
…ento2ce into PR-03-17-2025
…/magento2ce into PR-03-17-2025
…/magento2ce into PR-03-17-2025
[Support Tier-4 chittima] 03-17-2025 Regular delivery of bugfixes and improvements
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description (*)
It's not possible to capture offline payment method invoices via the backend ('Capture' button). Trying it will lead to a 404.
Related Pull Requests
The issue comes from magento@3e63705#diff-f55a86b611d11bb9a801c4b16ba9ac4b17dab4c325d252b86d5d3a8b8275c291
The class has been changed to be implementing
HttpPostActionInterface. Clicking the 'Capture' button will send a GET request. Magento's request validator\Magento\Framework\App\Request\HttpMethodValidatorwill throw an exception leading to a 404 because it expects a POST request.Manual testing scenarios (*)