We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efae239 commit c69c881Copy full SHA for c69c881
src/Core/CoreConstants.php
@@ -6,8 +6,8 @@
6
*/
7
class CoreConstants
8
{
9
- //Set the default minor version to 8
10
- const DEFAULT_SDK_MINOR_VERSION = "8";
+ //Set the default minor version to 23
+ const DEFAULT_SDK_MINOR_VERSION = "23";
11
const DEFAULT_LOGGINGLOCATION = "/tmp/IdsLogs";
12
13
const PHP_CLASS_PREFIX = 'IPP';
@@ -293,7 +293,7 @@ class CoreConstants
293
* The Request source header value.
294
* @var string REQUESTSOURCEHEADER
295
296
- const USERAGENT = "V3PHPSDK4.0.0";
+ const USERAGENT = "V3PHPSDK5.0.0";
297
298
public static function getType($string, $return=1)
299
0 commit comments