From 6f2b651a702f3b560ca0620bc9391a5bf48dfe26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maurice=20Preu=C3=9F?= Date: Wed, 25 Jan 2023 12:42:58 +0100 Subject: [PATCH] Update Server.php --- src/Server.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Server.php b/src/Server.php index deb3e30..7b83e2e 100644 --- a/src/Server.php +++ b/src/Server.php @@ -40,7 +40,7 @@ class Server 'params' => $attributes ]; - $token = base64encode(sprintf('%s:%s', $this->apiKey, $this->apiSecret)) + $token = base64encode(sprintf('%s:%s', $this->apiKey, $this->apiSecret)); $response = $this->client->post("api.php", [ 'headers' => [