We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a648c2 commit 1170101Copy full SHA for 1170101
app/code/Magento/Sales/Controller/Adminhtml/Order/Create/LoadBlock.php
@@ -90,11 +90,6 @@ public function execute()
90
$this->storeManager->setCurrentStore($request->getParam('store_id'));
91
}
92
try {
93
-// if (!$request->getParam('payment')) {
94
-// $paymentData = array('payment' => array('method' => ''));
95
-// //$this->getRequest()->setPost($paymentData);
96
-// //$request->setParams($paymentData);
97
-// }
98
$this->_initSession()->_processData();
99
} catch (\Magento\Framework\Exception\LocalizedException $e) {
100
$this->_reloadQuote();
0 commit comments