Skip to content

Commit 47fee5b

Browse files
committed
ACP2E-3296: Checkout order email confirmation is sent to emails entered in First/Last name
1 parent 8c083f7 commit 47fee5b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/Quote/Test/Unit/Model/CustomerManagementTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,8 @@ protected function setUp(): void
114114
);
115115
$this->quoteMock = $this->getMockBuilder(Quote::class)
116116
->addMethods(['getPasswordHash'])
117-
->onlyMethods(['getId', 'getCustomer', 'getBillingAddress', 'getShippingAddress', 'setCustomer', 'getCustomerIsGuest'])
117+
->onlyMethods(['getId', 'getCustomer', 'getBillingAddress', 'getShippingAddress', 'setCustomer',
118+
'getCustomerIsGuest'])
118119
->disableOriginalConstructor()
119120
->getMock();
120121
$this->quoteAddressMock = $this->createMock(Address::class);

0 commit comments

Comments
 (0)