Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Commit

Permalink
Release 3.20200226.0 (#125)
Browse files Browse the repository at this point in the history
Co-authored-by: SDK Deployer <33105396+square-sdk-deployer@users.noreply.github.com>
  • Loading branch information
ssung88 and square-sdk-deployer authored Feb 26, 2020
1 parent e3b73e2 commit ac7b863
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions lib/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion test/Api/CatalogApiTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ public function test_batchDeleteCatalogObjects() {
$this->assertContains($largeCoffeeId, $response->getDeletedObjectIds());
$this->assertContains($smallTeaId, $response->getDeletedObjectIds());
}

/**
* Test case for batchUpsertCatalogObjects
*
Expand Down

0 comments on commit ac7b863

Please sign in to comment.