From ed946606164a7e035e5b8d90d15e4e5be61aa95d Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 27 Sep 2021 08:57:10 +0200 Subject: [PATCH] subscription: switch verification domain over to shop.proxmox.com 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 --- src/PVE/Subscription.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- 2.39.2