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 84a6f0d commit 8062e3bCopy full SHA for 8062e3b
app/code/Magento/Sales/Model/AdminOrder/Create.php
@@ -2180,6 +2180,7 @@ protected function _validate()
2180
$this->_errors[] = __('The shipping method is missing. Select the shipping method and try again.');
2181
}
2182
2183
+
2184
if (!$this->getQuote()->getPayment()->getMethod()) {
2185
$this->_errors[] = __("The payment method isn't selected. Enter the payment method and try again.");
2186
} else {
0 commit comments