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 dbed72e commit e23084aCopy full SHA for e23084a
src/Database.php
@@ -12,7 +12,7 @@ class Database
12
*
13
* @var string
14
*/
15
- public const VERSION = '9.7.1';
+ public const VERSION = '9.7.2';
16
17
/**
18
* Unsupported field message.
src/WebService.php
@@ -27,6 +27,10 @@ class WebService
27
* @var int
28
29
public const EXCEPTION_WEB_SERVICE_ERROR = 10003;
30
+
31
+ private $apiKey;
32
+ private $package;
33
+ private $useSsl;
34
35
36
* Constructor.
0 commit comments