]> git.proxmox.com Git - pve-common.git/blobdiff - src/PVE/Subscription.pm
subscription: switch verification domain over to shop.proxmox.com
[pve-common.git] / src / PVE / Subscription.pm
index fe5819b877ffa0230109ccc0ce456ff603733b36..ffd86c0ed929885d387dde8b643d2bffc2f78c89 100644 (file)
@@ -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";