Skip to content

Commit 500fd02

Browse files
committed
MAGETWO-96125: Points not added with New Account Email Confirmation enabled
- Change template functionality
1 parent e3940f0 commit 500fd02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Customer/Api/AccountManagementInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ interface AccountManagementInterface
3131
* @param \Magento\Customer\Api\Data\CustomerInterface $customer
3232
* @param string $password
3333
* @param string $redirectUrl
34-
* @param array $extensions
34+
* @param string[] $extensions
3535
* @return \Magento\Customer\Api\Data\CustomerInterface
3636
* @throws \Magento\Framework\Exception\LocalizedException
3737
*/
@@ -50,7 +50,7 @@ public function createAccount(
5050
* @param string $hash Password hash that we can save directly
5151
* @param string $redirectUrl URL fed to welcome email templates. Can be used by templates to, for example, direct
5252
* the customer to a product they were looking at after pressing confirmation link.
53-
* @param array $extensions
53+
* @param string[] $extensions
5454
* @return \Magento\Customer\Api\Data\CustomerInterface
5555
* @throws \Magento\Framework\Exception\InputException If bad input is provided
5656
* @throws \Magento\Framework\Exception\State\InputMismatchException If the provided email is already used

0 commit comments

Comments
 (0)