From ac7b863c043e2d9580eaa491a1ff81023f826358 Mon Sep 17 00:00:00 2001 From: Shao-Fu Sung <20245766+shaofu88@users.noreply.github.com> Date: Wed, 26 Feb 2020 11:00:31 -0800 Subject: [PATCH] Release 3.20200226.0 (#125) Co-authored-by: SDK Deployer <33105396+square-sdk-deployer@users.noreply.github.com> --- CHANGES.md | 2 +- composer.json | 2 +- lib/Configuration.php | 4 ++-- test/Api/CatalogApiTest.php | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index a6af477..3f8b122 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ # Change Log -## Version 3.2020226.0 (2020-02-26) +## Version 3.20200226.0 (2020-02-26) ## API releases * **GA release**: All SDKs have been updated to support the new Bank Accounts and CashDrawerShifts APIs. diff --git a/composer.json b/composer.json index 0b7d52f..d2b64a9 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "square/connect", - "version": "3.2020226.0", + "version": "3.20200226.0", "description": "PHP client library for the Square Connect v2 API", "keywords": [ "swagger", diff --git a/lib/Configuration.php b/lib/Configuration.php index c6f8626..b09da2c 100644 --- a/lib/Configuration.php +++ b/lib/Configuration.php @@ -94,7 +94,7 @@ class Configuration * * @var string */ - protected $userAgent = "Square-Connect-PHP/3.2020226.0"; + protected $userAgent = "Square-Connect-PHP/3.20200226.0"; /** * Debug switch (default set to false) @@ -501,7 +501,7 @@ public static function toDebugReport() $report .= " OS: ".php_uname()."\n"; $report .= " PHP Version: ".phpversion()."\n"; $report .= " OpenAPI Spec Version: 2.0\n"; - $report .= " SDK Package Version: 3.2020226.0\n"; + $report .= " SDK Package Version: 3.20200226.0\n"; $report .= " Temp Folder Path: ".self::getDefaultConfiguration()->getTempFolderPath()."\n"; return $report; diff --git a/test/Api/CatalogApiTest.php b/test/Api/CatalogApiTest.php index cc15019..eb74929 100644 --- a/test/Api/CatalogApiTest.php +++ b/test/Api/CatalogApiTest.php @@ -280,7 +280,7 @@ public function test_batchDeleteCatalogObjects() { $this->assertContains($largeCoffeeId, $response->getDeletedObjectIds()); $this->assertContains($smallTeaId, $response->getDeletedObjectIds()); } - + /** * Test case for batchUpsertCatalogObjects *