Skip to content

Commit

Permalink
New Commit from Jenkins Build #31
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins committed Feb 15, 2022
1 parent 635bf0d commit 2462bbd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This is Splitit Web API SDK source code for PHP 5.5+ applications. For other languages, please visit [Splitit.SDKs](https://github.com/Splitit/Splitit.SDKs).

- API version: 1.0.0
- Package version: 1.6.5529
- Package version: 1.6.10

## Requirements

Expand All @@ -17,7 +17,7 @@ To install the bindings via [Composer](http://getcomposer.org/), add the followi
```
{
"require": {
"splitit/sdk": "^1.6.5529"
"splitit/sdk": "^1.6.10"
}
}
```
Expand Down
4 changes: 2 additions & 2 deletions Splitit/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class Configuration
*
* @var string
*/
protected $userAgent = 'Swagger-Codegen/1.6.5529/php';
protected $userAgent = 'Swagger-Codegen/1.6.10/php';

/**
* Debug switch (default set to false)
Expand Down Expand Up @@ -291,7 +291,7 @@ public static function toDebugReport()
$report .= ' OS: ' . php_uname() . PHP_EOL;
$report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL;
$report .= ' OpenAPI Spec Version: 1.0.0' . PHP_EOL;
$report .= ' SDK Package Version: 1.6.5529' . PHP_EOL;
$report .= ' SDK Package Version: 1.6.10' . PHP_EOL;
$report .= ' Sandbox Temp Folder Path: ' . self::sandbox()->getTempFolderPath() . PHP_EOL;
$report .= ' Production Temp Folder Path: ' . self::production()->getTempFolderPath() . PHP_EOL;

Expand Down
2 changes: 1 addition & 1 deletion Splitit/HeaderSelector.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public function selectHeaders($accept, $contentTypes)
}

$headers['Content-Type'] = $this->selectContentTypeHeader($contentTypes);
$headers['Splitit-SDK'] = "PHP-1.6.5529";
$headers['Splitit-SDK'] = "PHP-1.6.10";
return $headers;
}

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": "splitit/sdk",
"version": "1.6.5529",
"version": "1.6.10",
"description": "Splitit Web API SDK for PHP",
"keywords": [
"splitit",
Expand Down

0 comments on commit 2462bbd

Please sign in to comment.