Commit 53d3bf74e33a61cbe3b50ad46a056257e696fa48

Authored by Yarik
1 parent f40d11e3

Customer email bug fix

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
models/Customer.php
@@ -164,7 +164,7 @@ @@ -164,7 +164,7 @@
164 ], 164 ],
165 ], 165 ],
166 [ 166 [
167 - [ 'email,' ], 167 + [ 'email', ],
168 'required', 168 'required',
169 'except' => [ 169 'except' => [
170 self::SCENARIO_SOCIAL, 170 self::SCENARIO_SOCIAL,