Skip to content
This repository has been archived by the owner on Feb 27, 2022. It is now read-only.

Commit

Permalink
Updated Endpoint for Compatibility with APIv2
Browse files Browse the repository at this point in the history
Modified endpoint URL for API calls for compatibility with the APIv2
  • Loading branch information
radwebhosting committed Jun 6, 2018
1 parent a77b6e3 commit ad4ef29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/registrars/radwebhosting/class.api.php
Expand Up @@ -14,7 +14,7 @@ class radwebhosting_API {
protected $_domainid = null;

public function __construct( $email, $key) {
$this->_url = "https://radwebhosting.com/client_area/domainsResellerAPI/api.php";
$this->_url = "https://api.radwebhosting.com/index.php";
$this->_email = $email;
$this->_key = $key;
}
Expand Down

0 comments on commit ad4ef29

Please sign in to comment.