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 5b967b8 commit 41f6f32Copy full SHA for 41f6f32
app/code/Magento/Sales/Controller/Adminhtml/Order/Create/Save.php
@@ -45,7 +45,7 @@ public function execute()
45
$this->_getOrderCreateModel()->setPaymentData($paymentData);
46
$this->_getOrderCreateModel()->getQuote()->getPayment()->addData($paymentData);
47
}
48
- else {
+ elseif ($this->getRequest()->isPost()) {
49
$paymentData = array('method' => '');
50
51
0 commit comments