Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ulrikmoe committed Oct 6, 2023
1 parent 6f40ba8 commit 9f4d7be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Scanpay.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public function __construct(?string $apikey = '', array $opts = [])
$this->opts = $opts;
$this->headers = [
'authorization' => 'Authorization: Basic ' . base64_encode($apikey),
'x-sdk' => 'X-SDK: PHP-2.0.0-beta/' . PHP_VERSION,
'x-sdk' => 'X-SDK: PHP-2.0.0/' . PHP_VERSION,
'content-type' => 'Content-Type: application/json',
];
if (isset($opts['headers'])) {
Expand Down

0 comments on commit 9f4d7be

Please sign in to comment.