Skip to content

Commit 74958a2

Browse files
committed
MC-4242: Newsletter subscriptions per website
1 parent c6697f0 commit 74958a2

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

app/code/Magento/Customer/Controller/Adminhtml/Index/MassSubscribe.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
use Magento\Framework\Controller\ResultFactory;
1616

1717
/**
18-
* Class MassSubscribe
18+
* Class to mass subscribe customers by ids
1919
*/
2020
class MassSubscribe extends AbstractMassAction implements HttpPostActionInterface
2121
{

app/code/Magento/Customer/Controller/Adminhtml/Index/MassUnsubscribe.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
use Magento\Eav\Model\Entity\Collection\AbstractCollection;
2020

2121
/**
22-
* Class MassUnsubscribe
22+
* Class to mass unsubscribe customers by ids
2323
*/
2424
class MassUnsubscribe extends AbstractMassAction implements HttpPostActionInterface
2525
{

app/code/Magento/Customer/Test/Unit/Controller/Adminhtml/Index/MassSubscribeTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
use PHPUnit\Framework\TestCase;
2727

2828
/**
29-
* Class MassSubscribeTest
29+
* Class to test mass subscribe customers by ids
30+
*
3031
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
3132
*/
3233
class MassSubscribeTest extends TestCase

app/code/Magento/Customer/Test/Unit/Controller/Adminhtml/Index/MassUnsubscribeTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
use PHPUnit\Framework\TestCase;
2727

2828
/**
29-
* Class MassUnsubscribeTest
29+
* Class to test mass unsubscribe customers by ids
30+
*
3031
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
3132
*/
3233
class MassUnsubscribeTest extends TestCase

0 commit comments

Comments
 (0)