From 21da986f66472e006f1b04a9d3b79870ce6f2227 Mon Sep 17 00:00:00 2001 From: Remco Tolsma <869674+remcotolsma@users.noreply.github.com> Date: Tue, 23 Jan 2024 10:36:26 +0100 Subject: [PATCH] Update to `v71`. --- src/Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Client.php b/src/Client.php index 85ba17d..723afbd 100644 --- a/src/Client.php +++ b/src/Client.php @@ -52,7 +52,7 @@ public function __construct( Config $config ) { */ private function send_request( $method, $request ) { // Request. - $url = $this->endpoint->get_api_url( 'v68', $method ); + $url = $this->endpoint->get_api_url( 'v71', $method ); $response = Http::request( $url,