Skip to content

Commit 8def765

Browse files
committed
ACP2E-1063: received duplicate emails after created an order from admin
1 parent 8503abe commit 8def765

File tree

1 file changed

+1
-0
lines changed
  • dev/tests/integration/testsuite/Magento/Sales/Model/AdminOrder

1 file changed

+1
-0
lines changed

dev/tests/integration/testsuite/Magento/Sales/Model/AdminOrder/CreateTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -630,6 +630,7 @@ public function testCreateOrderExistingCustomer($sendConfirmation, $emailSent)
630630
'shipping_method' => $shippingMethod,
631631
'comment' => ['customer_note' => ''],
632632
'send_confirmation' => $sendConfirmation,
633+
'email_sent' => $emailSent,
633634
];
634635
$paymentData = ['method' => $paymentMethod];
635636

0 commit comments

Comments
 (0)