@@ -1219,6 +1219,7 @@ public function isReadonly($customerId)
1219
1219
* @return $this
1220
1220
* @throws LocalizedException
1221
1221
* @deprecated 100.1.0
1222
+ * @see MAGETWO-71174
1222
1223
*/
1223
1224
protected function sendNewAccountEmail (
1224
1225
$ customer ,
@@ -1262,6 +1263,7 @@ protected function sendNewAccountEmail(
1262
1263
* @throws LocalizedException
1263
1264
* @throws NoSuchEntityException
1264
1265
* @deprecated 100.1.0
1266
+ * @see MAGETWO-71174
1265
1267
*/
1266
1268
protected function sendPasswordResetNotificationEmail ($ customer )
1267
1269
{
@@ -1275,6 +1277,7 @@ protected function sendPasswordResetNotificationEmail($customer)
1275
1277
* @param int|string|null $defaultStoreId
1276
1278
* @return int
1277
1279
* @deprecated 100.1.0
1280
+ * @see MAGETWO-71174
1278
1281
* @throws LocalizedException
1279
1282
*/
1280
1283
protected function getWebsiteStoreId ($ customer , $ defaultStoreId = null )
@@ -1292,6 +1295,7 @@ protected function getWebsiteStoreId($customer, $defaultStoreId = null)
1292
1295
*
1293
1296
* @return array
1294
1297
* @deprecated 100.1.0
1298
+ * @see MAGETWO-71174
1295
1299
*/
1296
1300
protected function getTemplateTypes ()
1297
1301
{
@@ -1325,6 +1329,7 @@ protected function getTemplateTypes()
1325
1329
* @return $this
1326
1330
* @throws MailException
1327
1331
* @deprecated 100.1.0
1332
+ * @see MAGETWO-71174
1328
1333
*/
1329
1334
protected function sendEmailTemplate (
1330
1335
$ customer ,
@@ -1479,6 +1484,7 @@ public function changeResetPasswordLinkToken(CustomerInterface $customer, string
1479
1484
* @throws LocalizedException
1480
1485
* @throws NoSuchEntityException
1481
1486
* @deprecated 100.1.0
1487
+ * @see MAGETWO-71174
1482
1488
*/
1483
1489
public function sendPasswordReminderEmail ($ customer )
1484
1490
{
@@ -1508,6 +1514,7 @@ public function sendPasswordReminderEmail($customer)
1508
1514
* @throws LocalizedException
1509
1515
* @throws NoSuchEntityException
1510
1516
* @deprecated 100.1.0
1517
+ * @see MAGETWO-71174
1511
1518
*/
1512
1519
public function sendPasswordResetConfirmationEmail ($ customer )
1513
1520
{
@@ -1553,6 +1560,7 @@ protected function getAddressById(CustomerInterface $customer, $addressId)
1553
1560
* @return Data\CustomerSecure
1554
1561
* @throws NoSuchEntityException
1555
1562
* @deprecated 100.1.0
1563
+ * @see MAGETWO-71174
1556
1564
*/
1557
1565
protected function getFullCustomerObject ($ customer )
1558
1566
{
@@ -1598,6 +1606,7 @@ private function disableAddressValidation($customer)
1598
1606
*
1599
1607
* @return EmailNotificationInterface
1600
1608
* @deprecated 100.1.0
1609
+ * @see MAGETWO-71174
1601
1610
*/
1602
1611
private function getEmailNotification ()
1603
1612
{
0 commit comments