]> git.proxmox.com Git - pve-common.git/commitdiff
subscription: switch verification domain over to shop.proxmox.com
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 27 Sep 2021 06:57:10 +0000 (08:57 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 27 Sep 2021 06:58:23 +0000 (08:58 +0200)
With the merger the shop got moved from shop.maurer-it to
shop.proxmox.com, while we transparently redirect we also want to
stop doing that in a few years, so use new domain.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
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";