Skip to content

Commit

Permalink
Update to v71.
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Jan 23, 2024
1 parent 7513fb6 commit 21da986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 21da986

Please sign in to comment.