Example #1
0
 public static function getAllTerminals()
 {
     $api = new Api\GetAllTerminals();
     if (isset($options['hash'])) {
         $api->setHash($options['hash']);
     }
     $result = $api->doRequest();
     return new Result\Status($result);
 }