Rename MSS check methods to better distinguish them from Premium ones [PREMIUM-4]

This commit is contained in:
Alexey Stoletniy
2017-05-04 09:36:38 +03:00
parent 0474985866
commit 3cb08e3c09
14 changed files with 38 additions and 38 deletions

View File

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