Skip to content

Commit

Permalink
Changed version in tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
Karol Wojciechowski committed Jan 23, 2024
1 parent 83de7b3 commit 8df55d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Api/ApiAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public function __construct($Token, $productionMode)
$this->Token = $Token;
$this->Curl = new Curl();
$this->Manager = new Manager();
$this->clientName = 'tpay-com/tpay-openapi-php:1.6.3|PHP:'.phpversion();
$this->clientName = 'tpay-com/tpay-openapi-php:1.6.6|PHP:'.phpversion();
}

public function run($requestMethod, $apiMethod, $fields = [], $requestBody = null, $headers = [])
Expand Down

0 comments on commit 8df55d3

Please sign in to comment.