Rename MSS check methods to better distinguish them from Premium ones [PREMIUM-4]
This commit is contained in:
@ -87,7 +87,7 @@ class SendingServiceKeyCheck {
|
||||
|
||||
try {
|
||||
$mailer_config = Mailer::getMailerConfig();
|
||||
$result = $this->bridge->checkKey($mailer_config['mailpoet_api_key']);
|
||||
$result = $this->bridge->checkAPIKey($mailer_config['mailpoet_api_key']);
|
||||
$this->bridge->updateSubscriberCount($result);
|
||||
} catch (\Exception $e) {
|
||||
$result = false;
|
||||
|
Reference in New Issue
Block a user