Add queue id into unsubscribe URLs data
[MAILPOET-2736]
This commit is contained in:
committed by
Veljko V
parent
78f055b7aa
commit
accf804cea
@ -63,7 +63,7 @@ class Links {
|
||||
);
|
||||
} else {
|
||||
$subscriptionUrlFactory = SubscriptionUrlFactory::getInstance();
|
||||
$url = $subscriptionUrlFactory->getUnsubscribeUrl($subscriber);
|
||||
$url = $subscriptionUrlFactory->getUnsubscribeUrl($subscriber, $queue->id);
|
||||
}
|
||||
return $url;
|
||||
}
|
||||
|
Reference in New Issue
Block a user