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 8def765 commit 470c8b4Copy full SHA for 470c8b4
app/code/Magento/Sales/Model/AdminOrder/Create.php
@@ -2010,7 +2010,7 @@ public function createOrder()
2010
$this->orderManagement->cancel($oldOrder->getEntityId());
2011
$order->save();
2012
}
2013
- if ($this->getSendConfirmation() && !$order->getEmailSent()) {
+ if ($this->getSendConfirmation() && !$this->getEmailSent()) {
2014
$this->emailSender->send($order);
2015
2016
0 commit comments