Skip to content

Commit c69c881

Browse files
committed
Update default SDK version and minirversion used
1 parent efae239 commit c69c881

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Core/CoreConstants.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
*/
77
class CoreConstants
88
{
9-
//Set the default minor version to 8
10-
const DEFAULT_SDK_MINOR_VERSION = "8";
9+
//Set the default minor version to 23
10+
const DEFAULT_SDK_MINOR_VERSION = "23";
1111
const DEFAULT_LOGGINGLOCATION = "/tmp/IdsLogs";
1212

1313
const PHP_CLASS_PREFIX = 'IPP';
@@ -293,7 +293,7 @@ class CoreConstants
293293
* The Request source header value.
294294
* @var string REQUESTSOURCEHEADER
295295
*/
296-
const USERAGENT = "V3PHPSDK4.0.0";
296+
const USERAGENT = "V3PHPSDK5.0.0";
297297

298298
public static function getType($string, $return=1)
299299
{

0 commit comments

Comments
 (0)