We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51e4683 commit 6d137c7Copy full SHA for 6d137c7
examples/Example.php
@@ -12,7 +12,7 @@ public static function run()
12
$bol_api_key = 'YOUR_API_KEY_HERE';
13
$bol_api_format = 'json';
14
$bol_api_debug_mode = 0;
15
- $bol_api_library_version = 'v.2.2.0';
+ $bol_api_library_version = 'v.2.3.0';
16
self::$bolPartnerSiteId = '12345';
17
self::$apiClient = new BolCom\Client($bol_api_key, $bol_api_format, $bol_api_debug_mode);
18
$servername = str_replace("www.", "", $_SERVER['SERVER_NAME']);
0 commit comments