
Magento 2.x – Stop checkout success page redirection after refresh for testing
You can stop checkout success page redirection after refresh page, for testing purposes, with this below code:
File:
1 |
vendor/magento/module-checkout/Controller/Onepage/Success.php |
Comment Out Line No : 22
1 |
//$session->clearQuote(); |
Now you will be able to refresh and debug success page, after that, remember to turn back the comment.