From c69c8811e3dd824af8a00167ec0f1efaab813c1f Mon Sep 17 00:00:00 2001 From: hlu2 Date: Wed, 2 May 2018 15:28:08 -0700 Subject: [PATCH] Update default SDK version and minirversion used --- src/Core/CoreConstants.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Core/CoreConstants.php b/src/Core/CoreConstants.php index 6f6d0d98..2643ad5d 100644 --- a/src/Core/CoreConstants.php +++ b/src/Core/CoreConstants.php @@ -6,8 +6,8 @@ */ class CoreConstants { - //Set the default minor version to 8 - const DEFAULT_SDK_MINOR_VERSION = "8"; + //Set the default minor version to 23 + const DEFAULT_SDK_MINOR_VERSION = "23"; const DEFAULT_LOGGINGLOCATION = "/tmp/IdsLogs"; const PHP_CLASS_PREFIX = 'IPP'; @@ -293,7 +293,7 @@ class CoreConstants * The Request source header value. * @var string REQUESTSOURCEHEADER */ - const USERAGENT = "V3PHPSDK4.0.0"; + const USERAGENT = "V3PHPSDK5.0.0"; public static function getType($string, $return=1) {