diff --git a/api-examples/currencies/index.php b/api-examples/currencies/index.php index 785949d..7abce89 100644 --- a/api-examples/currencies/index.php +++ b/api-examples/currencies/index.php @@ -22,7 +22,7 @@
"; @@ -289,4 +262,4 @@ function signature($method, $apiUrl, $clientId, $date, $clientSecret, $params) ]); return base64_encode(hash_hmac('sha256', $signatureString, $clientSecret, true)); -} \ No newline at end of file +}