Skip to content

Commit 832d7d2

Browse files
author
cardpay-ci
committed
Published latest changes
1 parent 13dc7a5 commit 832d7d2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

lib/Configuration.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)