Skip to content

Commit bc2f6f5

Browse files
MAGETWO-90280: Could not create customer via API without store_id
- fix static tests
1 parent 63d33c5 commit bc2f6f5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/code/Magento/Customer/Model/AccountManagement.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -956,6 +956,8 @@ protected function createPasswordHash($password)
956956
}
957957

958958
/**
959+
* Get EAV validator
960+
*
959961
* @return Backend
960962
*/
961963
private function getEavValidator()
@@ -1154,6 +1156,8 @@ protected function getWebsiteStoreId($customer, $defaultStoreId = null)
11541156
}
11551157

11561158
/**
1159+
* Get template types
1160+
*
11571161
* @return array
11581162
* @deprecated 100.1.0
11591163
*/

0 commit comments

Comments
 (0)