Rename checkAPIKey to checkMSSKey (MailPoet Sending Service) [PREMIUM-4]

This commit is contained in:
Alexey Stoletniy
2017-05-05 18:12:48 +03:00
parent a7260cba3d
commit 98eab956e9
8 changed files with 22 additions and 22 deletions

View File

@ -26,7 +26,7 @@ class Services extends APIEndpoint {
}
try {
$result = $this->bridge->checkAPIKey($key);
$result = $this->bridge->checkMSSKey($key);
} catch(\Exception $e) {
return $this->errorResponse(array(
$e->getCode() => $e->getMessage()