File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " cardpay/php-sdk-v3" ,
3- "version" : " 2.26.1 " ,
3+ "version" : " 2.26.3 " ,
44 "description" : " PHP SDK for Cardpay API v3" ,
55 "keywords" : [
66 " cardpay" ,
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ class Configuration
5959 *
6060 * @var string
6161 */
62- protected $ userAgent = 'CardpaySdk/2.26.1 /PHP ' ;
62+ protected $ userAgent = 'CardpaySdk/2.26.3 /PHP ' ;
6363
6464 /**
6565 * Debug switch (default set to false)
@@ -371,7 +371,7 @@ public static function toDebugReport()
371371 $ report .= ' OS: ' . php_uname () . PHP_EOL ;
372372 $ report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL ;
373373 $ report .= ' OpenAPI Spec Version: 3.0 ' . PHP_EOL ;
374- $ report .= ' SDK Package Version: 2.26.1 ' . PHP_EOL ;
374+ $ report .= ' SDK Package Version: 2.26.3 ' . PHP_EOL ;
375375 $ report .= ' Temp Folder Path: ' . self ::getDefaultConfiguration ()->getTempFolderPath () . PHP_EOL ;
376376
377377 return $ report ;
You can’t perform that action at this time.
0 commit comments