Remove subscriber count reporting from MSS key check worker
[MAILPOET-3868]
This commit is contained in:
committed by
Veljko V
parent
2d32e5013e
commit
c02cf639db
@@ -51,7 +51,6 @@ class SendingServiceKeyCheck extends KeyCheckWorker {
|
||||
$mssKey = $this->settings->get(Mailer::MAILER_CONFIG_SETTING_NAME)['mailpoet_api_key'];
|
||||
$result = $this->bridge->checkMSSKey($mssKey);
|
||||
$this->bridge->storeMSSKeyAndState($mssKey, $result);
|
||||
$this->bridge->updateSubscriberCount($result);
|
||||
|
||||
$isPendingApproval = $this->servicesChecker->isMailPoetAPIKeyPendingApproval();
|
||||
if ($wasPendingApproval && !$isPendingApproval) {
|
||||
|
Reference in New Issue
Block a user