From 9f4d7bef012ee201fe87349466f91faf9ef837c5 Mon Sep 17 00:00:00 2001 From: Ulrik Moe Date: Fri, 6 Oct 2023 13:55:50 +0200 Subject: [PATCH] v2.0.0 --- lib/Scanpay.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Scanpay.php b/lib/Scanpay.php index 01b926d..333bcb7 100644 --- a/lib/Scanpay.php +++ b/lib/Scanpay.php @@ -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'])) {