Skip to content

Commit 1bc1794

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

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1174,7 +1174,8 @@ public function updateQuoteItems($items)
11741174
* @return array
11751175
* @throws \Magento\Framework\Exception\LocalizedException
11761176
*
1177-
* @deprecated 101.0.0 Not used anymore
1177+
* @deprecated 101.0.0
1178+
* @see not in use anymore
11781179
*/
11791180
protected function _parseOptions(\Magento\Quote\Model\Quote\Item $item, $additionalOptions)
11801181
{
@@ -1244,7 +1245,8 @@ protected function _parseOptions(\Magento\Quote\Model\Quote\Item $item, $additio
12441245
* @param array $options
12451246
* @return $this
12461247
*
1247-
* @deprecated 101.0.0 Not used anymore
1248+
* @deprecated 101.0.0
1249+
* @see not in use anymore
12481250
*/
12491251
protected function _assignOptionsToItem(\Magento\Quote\Model\Quote\Item $item, $options)
12501252
{

0 commit comments

Comments
 (0)