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 @@
3c93813b-9c43-4421-96d1-d972ccb22f11
6c14a99e-7c60-4527-bbad-5055348f464b
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Connect brokerage accounts to your app for live positions and trading

[![Packagist](https://img.shields.io/badge/Packagist-v2.0.145-blue)](https://packagist.org/packages/konfig/snaptrade-php-7-sdk)
[![Packagist](https://img.shields.io/badge/Packagist-v2.0.146-blue)](https://packagist.org/packages/konfig/snaptrade-php-7-sdk)
[![More Info](https://img.shields.io/badge/More%20Info-Click%20Here-orange)](https://snaptrade.com/)

</div>
Expand Down Expand Up @@ -99,7 +99,7 @@ To install the bindings via [Composer](https://getcomposer.org/), add the follow
}
],
"require": {
"konfig/snaptrade-php-7-sdk": "2.0.145"
"konfig/snaptrade-php-7-sdk": "2.0.146"
}
}
```
Expand Down
4 changes: 2 additions & 2 deletions lib/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class Configuration
*
* @var string
*/
protected $userAgent = 'Konfig/2.0.145/PHP7';
protected $userAgent = 'Konfig/2.0.146/PHP7';

/**
* Debug switch (default set to false)
Expand Down Expand Up @@ -487,7 +487,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: 2.0.145' . PHP_EOL;
$report .= ' SDK Package Version: 2.0.146' . PHP_EOL;
$report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL;

return $report;
Expand Down