Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .konfig/generate-id.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d4610359-5cb3-4ad4-9ab3-a67496595958
e2fd9cd0-8689-49e2-a430-21652259ee2a
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Splitit's Web API

[![Packagist](https://img.shields.io/badge/Packagist-v3.0.6-blue)](https://packagist.org/packages/konfig/splitit-web-php-sdk)
[![Packagist](https://img.shields.io/badge/Packagist-v3.0.7-blue)](https://packagist.org/packages/konfig/splitit-web-php-sdk)

## Table of Contents<a id="table-of-contents"></a>

Expand Down Expand Up @@ -46,7 +46,7 @@ To install the bindings via [Composer](https://getcomposer.org/), add the follow
}
],
"require": {
"konfig/splitit-web-php-sdk": "3.0.6"
"konfig/splitit-web-php-sdk": "3.0.7"
}
}
```
Expand Down
4 changes: 2 additions & 2 deletions lib/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ class Configuration
*
* @var string
*/
protected $userAgent = 'Konfig/3.0.6/PHP';
protected $userAgent = 'Konfig/3.0.7/PHP';

/**
* Debug switch (default set to false)
Expand Down Expand Up @@ -501,7 +501,7 @@ public static function toDebugReport()
$report .= ' OS: ' . php_uname() . PHP_EOL;
$report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL;
$report .= ' The version of the OpenAPI document: 1.0.0' . PHP_EOL;
$report .= ' SDK Package Version: 3.0.6' . PHP_EOL;
$report .= ' SDK Package Version: 3.0.7' . PHP_EOL;
$report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL;

return $report;
Expand Down