Skip to content

Commit d1144d4

Browse files
committed
MC-17648: Registration email confirmation bugfix
1 parent a282e76 commit d1144d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/tests/api-functional/testsuite/Magento/Customer/Api/AccountManagementMeTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,9 +217,9 @@ public function testGetCustomerActivateCustomer()
217217
{
218218
// Update the customer's confirmation key to a known value
219219
$this->customerData = $this->customerHelper->updateSampleCustomer(
220-
$this->customerData[Customer::ID],
220+
$this->customerData[CustomerInterface::ID],
221221
[
222-
'id' => $this->customerData[Customer::ID],
222+
'id' => $this->customerData[CustomerInterface::ID],
223223
'confirmation' => CustomerHelper::CONFIRMATION
224224
]
225225
);

0 commit comments

Comments
 (0)