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,