Skip to content

Commit

Permalink
Switch API endpoint to .UK
Browse files Browse the repository at this point in the history
  • Loading branch information
mewejo authored Sep 18, 2019
1 parent af44d88 commit fe24828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion whmcs/modules/registrars/krystal/API.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public function call($route, $method, $url_params = [], $body = [], $options = [
$cURL = curl_init();

// Set url
curl_setopt($cURL, CURLOPT_URL, "https://krystal.co.uk/api/1/{$route}?" . http_build_query($url_params));
curl_setopt($cURL, CURLOPT_URL, "https://krystal.uk/api/1/{$route}?" . http_build_query($url_params));

// Set method
curl_setopt($cURL, CURLOPT_CUSTOMREQUEST, "POST");
Expand Down

0 comments on commit fe24828

Please sign in to comment.