Skip to content

Commit 421393d

Browse files
committed
ACP2E-1063: received duplicate emails after created an order from admin
1 parent 03f169c commit 421393d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Sales/Model/AdminOrder/Create.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1174,7 +1174,7 @@ public function updateQuoteItems($items)
11741174
* @return array
11751175
* @throws \Magento\Framework\Exception\LocalizedException
11761176
*
1177-
* @deprecated 101.0.0
1177+
* @deprecated 101.0.0 Not used anymore
11781178
*/
11791179
protected function _parseOptions(\Magento\Quote\Model\Quote\Item $item, $additionalOptions)
11801180
{
@@ -1244,7 +1244,7 @@ protected function _parseOptions(\Magento\Quote\Model\Quote\Item $item, $additio
12441244
* @param array $options
12451245
* @return $this
12461246
*
1247-
* @deprecated 101.0.0
1247+
* @deprecated 101.0.0 Not used anymore
12481248
*/
12491249
protected function _assignOptionsToItem(\Magento\Quote\Model\Quote\Item $item, $options)
12501250
{

0 commit comments

Comments
 (0)