From 359abe0fafd094946ab2e562d3b816129fdef5d9 Mon Sep 17 00:00:00 2001 From: BlockChyp SDK Builder Date: Tue, 6 Aug 2024 15:26:21 +0000 Subject: [PATCH] Bump version to 2.18.6 --- README.md | 4 ++++ lib/BlockChypClient.php | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ec7df43..cd9765f 100644 --- a/README.md +++ b/README.md @@ -4803,6 +4803,8 @@ Here's the full list with links to their GitHub repositories. [Node.js/JavaScript SDK](https://github.com/blockchyp/blockchyp-js) +[Typescript SDK](https://github.com/blockchyp/blockchyp-ts) + [Java SDK](https://github.com/blockchyp/blockchyp-java) [.net/C# SDK](https://github.com/blockchyp/blockchyp-csharp) @@ -4814,3 +4816,5 @@ Here's the full list with links to their GitHub repositories. [Python SDK](https://github.com/blockchyp/blockchyp-python) [iOS (Objective-C/Swift) SDK](https://github.com/blockchyp/blockchyp-ios) + +[Rust SDK](https://github.com/blockchyp/blockchyp-rust) diff --git a/lib/BlockChypClient.php b/lib/BlockChypClient.php index c94eaee..a47314b 100644 --- a/lib/BlockChypClient.php +++ b/lib/BlockChypClient.php @@ -57,7 +57,7 @@ class BlockChypClient const ROUNDING_MODE_NEAREST = 'nearest'; const ROUNDING_MODE_DOWN = 'down'; - const VERSION = '2.18.5'; + const VERSION = '2.18.6'; protected static $apiKey; @@ -67,10 +67,10 @@ class BlockChypClient protected static $gatewayHost = 'https://api.blockchyp.com'; - protected static $testGatewayHost = 'https://test.blockchyp.com'; - - protected static $dashboardHost = 'https://dashboard.blockchyp.com'; + protected static $testGatewayHost = 'https://dashboard.blockchyp.com'; + protected static $dashboardHost = 'https://test.blockchyp.com'; + protected static $https = true; protected static $routeCacheLocation;