We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be36231 commit fa1436cCopy full SHA for fa1436c
src/Core/CoreConstants.php
@@ -7,7 +7,7 @@
7
class CoreConstants
8
{
9
//Set the default minor version to 23
10
- const DEFAULT_SDK_MINOR_VERSION = "36";
+ const DEFAULT_SDK_MINOR_VERSION = "40";
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 = "V3PHPSDK6.0.0";
+ const USERAGENT = "V3PHPSDK5.2.0";
297
298
public static function getType($string, $return=1)
299
0 commit comments