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 624a245 commit 6cb1593Copy full SHA for 6cb1593
app/code/Magento/Customer/Model/ResourceModel/CustomerRepository.php
@@ -323,7 +323,7 @@ protected function addFilterGroupToCollection(
323
* @return void
324
* @throws \Magento\Framework\Exception\InputException
325
*/
326
- private function updateAddresses(\Magento\Framework\Api\CustomAttributesDataInterface $customer, int $customerId)
+ private function updateAddresses(\Magento\Framework\Api\CustomAttributesDataInterface $customer, $customerId)
327
{
328
if ($customer->getAddresses() !== null) {
329
if ($customer->getId()) {
0 commit comments