Question

I find myself unable to place orders.

I wish to debug this.

Which controller is invoked/used when the place order button is clicked? I would like to put a break point and start from there thanks.

Was it helpful?

Solution 2

I found a starting point in Quote.

Magento\Quote\Model\QuoteManagement::placeOrder

OTHER TIPS

First controller on place order is

Magento\Checkout\Controller\Onepage\SaveOrder.php firstly it performs validation, if validation passed then It goes to

        $this->getOnepage()->saveOrder();
Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top