Switch unsubscribe url shortcode to the confirm page
[MAILPOET-2736]
This commit is contained in:
committed by
Veljko V
parent
602b156e54
commit
1f744453d4
@ -885,7 +885,7 @@ class NewslettersTest extends \MailPoetTest {
|
||||
Mailer::class,
|
||||
[
|
||||
'send' => function ($newsletter, $subscriber, $extraParams) {
|
||||
$unsubscribeLink = $this->subscriptionUrlFactory->getUnsubscribeUrl(null);
|
||||
$unsubscribeLink = $this->subscriptionUrlFactory->getConfirmUnsubscribeUrl(null);
|
||||
$manageLink = $this->subscriptionUrlFactory->getManageUrl(null);
|
||||
$viewInBrowserLink = Url::getViewInBrowserUrl($this->newsletter);
|
||||
$mailerMetaInfo = new MetaInfo;
|
||||
|
Reference in New Issue
Block a user