Skip to content

Commit

Permalink
Update default SDK version and minirversion used
Browse files Browse the repository at this point in the history
  • Loading branch information
hlu2 committed May 2, 2018
1 parent efae239 commit c69c881
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Core/CoreConstants.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down Expand Up @@ -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)
{
Expand Down

2 comments on commit c69c881

@challgren
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would maybe leave it at mv 8 until they can resolve QBO-183410. Otherwise people maybe complaining that they are having issues selecting invoices.

@challgren
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like QBO-183410 has been resolved. Ran some testing for William and it seems to be working great on Minor Version 23

Please # to comment.