diff --git a/src/PVE/Subscription.pm b/src/PVE/Subscription.pm index fe5819b..ffd86c0 100644 --- a/src/PVE/Subscription.pm +++ b/src/PVE/Subscription.pm @@ -68,7 +68,7 @@ sub check_fields { sub check_subscription { my ($key, $server_id, $proxy) = @_; - my $whmcsurl = "https://shop.maurer-it.com"; + my $whmcsurl = "https://shop.proxmox.com"; my $uri = "$whmcsurl/modules/servers/licensing/verify.php";