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 22a12b2 commit 15c0597Copy full SHA for 15c0597
app/code/Magento/Sales/Controller/Adminhtml/Order/Create/LoadBlock.php
@@ -90,10 +90,11 @@ public function execute()
90
$this->storeManager->setCurrentStore($request->getParam('store_id'));
91
}
92
try {
93
- if (!$request->getParam('payment')) {
94
- $paymentData = ['payment' => ['method' => '']];
95
- $request->setParams($paymentData);
96
- }
+// if (!$request->getParam('payment')) {
+// $paymentData = array('payment' => array('method' => ''));
+// //$this->getRequest()->setPost($paymentData);
+// //$request->setParams($paymentData);
97
+// }
98
$this->_initSession()->_processData();
99
} catch (\Magento\Framework\Exception\LocalizedException $e) {
100
$this->_reloadQuote();
0 commit comments