@@ -62,6 +62,9 @@ |
||
| 62 | 62 | $I->see('ログインできませんでした。', 'p.ec-errorMessage'); |
| 63 | 63 | } |
| 64 | 64 | |
| 65 | + /** |
|
| 66 | + * @param string $email |
|
| 67 | + */ |
|
| 65 | 68 | private function newCustomer($email) |
| 66 | 69 | { |
| 67 | 70 | $Customer = new Customer(); |