Remove subscriber count reporting from MSS key check worker

[MAILPOET-3868]
This commit is contained in:
Rostislav Wolny
2021-10-28 15:22:08 +02:00
committed by Veljko V
parent 2d32e5013e
commit c02cf639db
2 changed files with 0 additions and 4 deletions

View File

@@ -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) {