We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a282e76 commit d1144d4Copy full SHA for d1144d4
dev/tests/api-functional/testsuite/Magento/Customer/Api/AccountManagementMeTest.php
@@ -217,9 +217,9 @@ public function testGetCustomerActivateCustomer()
217
{
218
// Update the customer's confirmation key to a known value
219
$this->customerData = $this->customerHelper->updateSampleCustomer(
220
- $this->customerData[Customer::ID],
+ $this->customerData[CustomerInterface::ID],
221
[
222
- 'id' => $this->customerData[Customer::ID],
+ 'id' => $this->customerData[CustomerInterface::ID],
223
'confirmation' => CustomerHelper::CONFIRMATION
224
]
225
);
0 commit comments