1 Commits

Author SHA1 Message Date
63d68d8921 Update Server.php 2023-02-14 20:28:58 +01:00

View File

@@ -40,7 +40,7 @@ class Server
'params' => $attributes
];
$token = base64encode(sprintf('%s:%s', $this->apiKey, $this->apiSecret));
$token = base64_encode(sprintf('%s:%s', $this->apiKey, $this->apiSecret));
$response = $this->client->post("api.php", [
'headers' => [